123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogSetting</class>
- <widget class="QDialog" name="DialogSetting">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>629</width>
- <height>607</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <property name="styleSheet">
- <string notr="true">background-color: rgb(85, 86, 83);</string>
- </property>
- <widget class="QPushButton" name="pushButton_Close">
- <property name="geometry">
- <rect>
- <x>220</x>
- <y>530</y>
- <width>161</width>
- <height>71</height>
- </rect>
- </property>
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_OpenDoor">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>20</y>
- <width>251</width>
- <height>71</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>30</pointsize>
- </font>
- </property>
- <property name="text">
- <string>开门</string>
- </property>
- <property name="iconSize">
- <size>
- <width>60</width>
- <height>60</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_CloseDoor">
- <property name="geometry">
- <rect>
- <x>320</x>
- <y>20</y>
- <width>251</width>
- <height>71</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>30</pointsize>
- </font>
- </property>
- <property name="text">
- <string>关门</string>
- </property>
- <property name="iconSize">
- <size>
- <width>60</width>
- <height>60</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_OpenJinguan">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>120</y>
- <width>251</width>
- <height>71</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>30</pointsize>
- </font>
- </property>
- <property name="text">
- <string>近光开</string>
- </property>
- <property name="iconSize">
- <size>
- <width>60</width>
- <height>60</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_CloseJinguang">
- <property name="geometry">
- <rect>
- <x>320</x>
- <y>120</y>
- <width>251</width>
- <height>71</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>30</pointsize>
- </font>
- </property>
- <property name="text">
- <string>近光关</string>
- </property>
- <property name="iconSize">
- <size>
- <width>60</width>
- <height>60</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_OpenYuanguang">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>230</y>
- <width>251</width>
- <height>71</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>30</pointsize>
- </font>
- </property>
- <property name="text">
- <string>远光开</string>
- </property>
- <property name="iconSize">
- <size>
- <width>60</width>
- <height>60</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_CloseYuanguang">
- <property name="geometry">
- <rect>
- <x>320</x>
- <y>230</y>
- <width>251</width>
- <height>71</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>30</pointsize>
- </font>
- </property>
- <property name="text">
- <string>远光关</string>
- </property>
- <property name="iconSize">
- <size>
- <width>60</width>
- <height>60</height>
- </size>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>310</y>
- <width>571</width>
- <height>131</height>
- </rect>
- </property>
- <property name="title">
- <string>模式设置</string>
- </property>
- <widget class="QRadioButton" name="radioButton_Eco">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>171</width>
- <height>71</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>30</pointsize>
- </font>
- </property>
- <property name="text">
- <string>经济</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="radioButton_Normal">
- <property name="geometry">
- <rect>
- <x>191</x>
- <y>40</y>
- <width>171</width>
- <height>71</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>30</pointsize>
- </font>
- </property>
- <property name="text">
- <string>普通</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="radioButton_Sport">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>40</y>
- <width>171</width>
- <height>71</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>30</pointsize>
- </font>
- </property>
- <property name="text">
- <string>运动</string>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|