123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogSetVel</class>
- <widget class="QDialog" name="DialogSetVel">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>586</width>
- <height>400</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QComboBox" name="comboBox">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>40</y>
- <width>181</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_SpeedMode">
- <property name="geometry">
- <rect>
- <x>154</x>
- <y>120</y>
- <width>121</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_Vel">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>120</y>
- <width>121</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>120</y>
- <width>111</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Speed Mode</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>320</x>
- <y>120</y>
- <width>111</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Vel(km/h)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Add">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>220</y>
- <width>121</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>Add</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Del">
- <property name="geometry">
- <rect>
- <x>236</x>
- <y>220</y>
- <width>121</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>Del</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Change">
- <property name="geometry">
- <rect>
- <x>405</x>
- <y>220</y>
- <width>121</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>Change</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|