123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogEditLane</class>
- <widget class="QDialog" name="DialogEditLane">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>721</width>
- <height>442</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>30</y>
- <width>151</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Lane Section</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_LaneSection">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>20</y>
- <width>221</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>90</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Lane</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Lane">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>80</y>
- <width>221</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_AddLaneWidth">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>380</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Add Lane Width</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_ChangeLaneWidth">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>380</y>
- <width>171</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Change Lane Width</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_DeleteLaneWidth">
- <property name="geometry">
- <rect>
- <x>513</x>
- <y>380</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Delete Lane Width</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>150</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Width</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Width">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>140</y>
- <width>221</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_sOffset">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>200</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_a">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>200</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_b">
- <property name="geometry">
- <rect>
- <x>570</x>
- <y>200</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_c">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>250</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_d">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>250</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>33</x>
- <y>207</y>
- <width>91</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>sOffset</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>310</x>
- <y>204</y>
- <width>31</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>a</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>529</x>
- <y>206</y>
- <width>41</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>b</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>258</y>
- <width>31</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>c</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_8">
- <property name="geometry">
- <rect>
- <x>309</x>
- <y>257</y>
- <width>31</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>d</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_AddLeftLane">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>320</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Add Left Lane</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_AddRIghtLane">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>320</y>
- <width>171</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Add Right Lane</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_DeleteLane">
- <property name="geometry">
- <rect>
- <x>513</x>
- <y>320</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Delete Lane</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_9">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>90</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Type</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_LaneType">
- <property name="geometry">
- <rect>
- <x>480</x>
- <y>80</y>
- <width>221</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|