123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>837</width>
- <height>611</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>60</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>车门</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_door">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>55</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_MirrFold">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>120</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>120</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>后视镜</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="checkBox_AC">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>190</y>
- <width>92</width>
- <height>24</height>
- </rect>
- </property>
- <property name="text">
- <string>空调温度</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_AC">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>190</y>
- <width>81</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>240</y>
- <width>691</width>
- <height>221</height>
- </rect>
- </property>
- <property name="title">
- <string>车窗</string>
- </property>
- <widget class="QCheckBox" name="checkBox_Driver">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>60</y>
- <width>91</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>驾驶位</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_Driver">
- <property name="geometry">
- <rect>
- <x>265</x>
- <y>69</y>
- <width>61</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QCheckBox" name="checkBox_Passenger">
- <property name="geometry">
- <rect>
- <x>346</x>
- <y>60</y>
- <width>91</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>副驾驶位</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_Passenger">
- <property name="geometry">
- <rect>
- <x>606</x>
- <y>71</y>
- <width>61</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QCheckBox" name="checkBox_RightRear">
- <property name="geometry">
- <rect>
- <x>346</x>
- <y>125</y>
- <width>91</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>右后</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="checkBox_LeftRear">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>125</y>
- <width>91</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>左后</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_LeftRear">
- <property name="geometry">
- <rect>
- <x>264</x>
- <y>130</y>
- <width>61</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_RightRear">
- <property name="geometry">
- <rect>
- <x>606</x>
- <y>131</y>
- <width>61</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QSlider" name="horizontalSlider_Driver">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>78</y>
- <width>160</width>
- <height>16</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QSlider" name="horizontalSlider_Passenger">
- <property name="geometry">
- <rect>
- <x>435</x>
- <y>80</y>
- <width>160</width>
- <height>16</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QSlider" name="horizontalSlider_LeftRear">
- <property name="geometry">
- <rect>
- <x>99</x>
- <y>138</y>
- <width>160</width>
- <height>16</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QSlider" name="horizontalSlider_RightRear">
- <property name="geometry">
- <rect>
- <x>434</x>
- <y>140</y>
- <width>160</width>
- <height>16</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </widget>
- <widget class="QPushButton" name="pushButton_Send">
- <property name="geometry">
- <rect>
- <x>595</x>
- <y>104</y>
- <width>151</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>发送</string>
- </property>
- </widget>
- <widget class="QSlider" name="horizontalSlider_AC">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>200</y>
- <width>141</width>
- <height>20</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>837</width>
- <height>27</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|