123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogAddRoadFromRTK</class>
- <widget class="QDialog" name="DialogAddRoadFromRTK">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>832</width>
- <height>676</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QPushButton" name="pushButton_LoadData">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>40</y>
- <width>131</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Load Data</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_CreateRoad">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>100</y>
- <width>131</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Create Road</string>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>20</y>
- <width>591</width>
- <height>171</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Tranfer">
- <property name="geometry">
- <rect>
- <x>660</x>
- <y>250</y>
- <width>89</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Transfer</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>33</x>
- <y>240</y>
- <width>110</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Base Road</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Road">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>240</y>
- <width>201</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>380</x>
- <y>240</y>
- <width>81</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Ratio</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_ratio">
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>240</y>
- <width>131</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Road1">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>350</y>
- <width>191</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Road2">
- <property name="geometry">
- <rect>
- <x>490</x>
- <y>350</y>
- <width>161</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>350</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Road1</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>350</y>
- <width>131</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Road2</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_From2Road">
- <property name="geometry">
- <rect>
- <x>700</x>
- <y>360</y>
- <width>101</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Create Data</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|