123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>RoadEditDialog</class>
- <widget class="QDialog" name="RoadEditDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1260</width>
- <height>830</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>39</y>
- <width>121</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Road</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Road">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>30</y>
- <width>241</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Geo">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>100</y>
- <width>161</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_s">
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>100</y>
- <width>113</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_x">
- <property name="geometry">
- <rect>
- <x>770</x>
- <y>100</y>
- <width>113</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_y">
- <property name="geometry">
- <rect>
- <x>1040</x>
- <y>100</y>
- <width>113</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_len">
- <property name="geometry">
- <rect>
- <x>770</x>
- <y>150</y>
- <width>113</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>96</x>
- <y>110</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Geometry</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_hdg">
- <property name="geometry">
- <rect>
- <x>520</x>
- <y>150</y>
- <width>113</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>106</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>s:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>680</x>
- <y>104</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>x:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>940</x>
- <y>102</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>y:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>154</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>hdg:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>680</x>
- <y>154</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Length:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_roadlen">
- <property name="geometry">
- <rect>
- <x>530</x>
- <y>40</y>
- <width>113</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_8">
- <property name="geometry">
- <rect>
- <x>430</x>
- <y>40</y>
- <width>121</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Road Length</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_9">
- <property name="geometry">
- <rect>
- <x>940</x>
- <y>152</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Type</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_geotype">
- <property name="geometry">
- <rect>
- <x>1040</x>
- <y>149</y>
- <width>111</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_EditLane">
- <property name="geometry">
- <rect>
- <x>54</x>
- <y>210</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Edit Lane</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_EditRoadMark">
- <property name="geometry">
- <rect>
- <x>285</x>
- <y>210</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Edit RoadMark</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_LaneFromRTK">
- <property name="geometry">
- <rect>
- <x>726</x>
- <y>210</y>
- <width>211</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Lane From RTK</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_RoadSplit">
- <property name="geometry">
- <rect>
- <x>1013</x>
- <y>426</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Road Split</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_RoadMerge">
- <property name="geometry">
- <rect>
- <x>1010</x>
- <y>499</y>
- <width>191</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Road Merge</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_MoveRoad">
- <property name="geometry">
- <rect>
- <x>1010</x>
- <y>572</y>
- <width>191</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Move Road</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_RotateRoad">
- <property name="geometry">
- <rect>
- <x>1010</x>
- <y>647</y>
- <width>191</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Rotate Road</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_MirrorRoad">
- <property name="geometry">
- <rect>
- <x>1010</x>
- <y>722</y>
- <width>191</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Mirror Road</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_EditLaneOffset">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>210</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Edit LaneOffset</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_EditRoadObjects">
- <property name="geometry">
- <rect>
- <x>980</x>
- <y>210</y>
- <width>211</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Edit Road Objects</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_RoadOptimize">
- <property name="geometry">
- <rect>
- <x>1010</x>
- <y>280</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Road Optimize</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|