123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- <?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>617</width>
- <height>384</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QPushButton" name="pushButton_Set">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>320</y>
- <width>111</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>设置</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Close">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>320</y>
- <width>111</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>关闭</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>20</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>服务器 IP</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_serverip">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>24</y>
- <width>221</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>80</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>服务器端口</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>140</y>
- <width>111</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>查询间隔(ms)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_serverport">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>83</y>
- <width>113</width>
- <height>40</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_queryinterval">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>140</y>
- <width>113</width>
- <height>40</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_VIN">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>196</y>
- <width>221</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>196</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>车辆识别码</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>260</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Language</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_language">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>260</y>
- <width>211</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|