123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogEditRoadMark</class>
- <widget class="QDialog" name="DialogEditRoadMark">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>746</width>
- <height>423</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>33</x>
- <y>213</y>
- <width>91</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>sOffset</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_8">
- <property name="geometry">
- <rect>
- <x>249</x>
- <y>263</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>laneChange</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_DeleteLaneRoadMark">
- <property name="geometry">
- <rect>
- <x>513</x>
- <y>337</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Delete Lane RoadMark</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>264</y>
- <width>81</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>width</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_sOffset">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>206</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_AddLaneRoadMark">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>337</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Add Lane RoadMark</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Lane">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>86</y>
- <width>221</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_MarkType">
- <property name="geometry">
- <rect>
- <x>480</x>
- <y>146</y>
- <width>221</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_9">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>155</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Type</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>96</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Lane</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_width">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>256</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>156</y>
- <width>81</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>roadMark</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>36</y>
- <width>151</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Lane Section</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_ChangeLaneRoadMark">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>337</y>
- <width>171</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Change Lane RoadMark</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_LaneSection">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>26</y>
- <width>221</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>499</x>
- <y>212</y>
- <width>71</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>color</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Mark">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>146</y>
- <width>221</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>210</y>
- <width>91</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>weight</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_weight">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>210</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_color">
- <property name="geometry">
- <rect>
- <x>570</x>
- <y>210</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_laneChange">
- <property name="geometry">
- <rect>
- <x>350</x>
- <y>260</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|