123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogLaneOffset</class>
- <widget class="QDialog" name="DialogLaneOffset">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>891</width>
- <height>470</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QComboBox" name="comboBox_laneoffset">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>20</y>
- <width>231</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>90</y>
- <width>71</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>soffset</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_s">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>90</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_a">
- <property name="geometry">
- <rect>
- <x>440</x>
- <y>90</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>90</y>
- <width>71</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>a</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_b">
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>90</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>630</x>
- <y>90</y>
- <width>71</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>b</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_c">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>170</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>170</y>
- <width>71</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>c</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_d">
- <property name="geometry">
- <rect>
- <x>440</x>
- <y>170</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>170</y>
- <width>71</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>d</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_AddLaneOffset">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>290</y>
- <width>131</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>Add</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_DeleteLaneOffset">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>290</y>
- <width>131</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>Delete</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_ChangeLaneOffset">
- <property name="geometry">
- <rect>
- <x>640</x>
- <y>290</y>
- <width>131</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>Change</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|