|
@@ -0,0 +1,266 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<ui version="4.0">
|
|
|
+ <class>DialogDrawRoad</class>
|
|
|
+ <widget class="QDialog" name="DialogDrawRoad">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>891</width>
|
|
|
+ <height>648</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="windowTitle">
|
|
|
+ <string>Dialog</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QPushButton" name="pushButton_Draw">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>710</x>
|
|
|
+ <y>566</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>51</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Draw</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QComboBox" name="comboBox_Type">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>290</x>
|
|
|
+ <y>257</y>
|
|
|
+ <width>291</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>200</x>
|
|
|
+ <y>257</y>
|
|
|
+ <width>81</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Type</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_Create">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>690</x>
|
|
|
+ <y>247</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>51</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Create</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_Point1">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>62</x>
|
|
|
+ <y>40</y>
|
|
|
+ <width>211</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Point1</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_point1x">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>289</x>
|
|
|
+ <y>36</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_point1y">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>469</x>
|
|
|
+ <y>35</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_point2y">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>469</x>
|
|
|
+ <y>109</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_Point2">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>65</x>
|
|
|
+ <y>114</y>
|
|
|
+ <width>211</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Point2</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_point2x">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>289</x>
|
|
|
+ <y>110</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QCheckBox" name="checkBox_point1">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>679</x>
|
|
|
+ <y>38</y>
|
|
|
+ <width>92</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Select</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QCheckBox" name="checkBox_point2">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>679</x>
|
|
|
+ <y>110</y>
|
|
|
+ <width>92</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Select</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_newpointy">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>380</x>
|
|
|
+ <y>475</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_4">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>72</x>
|
|
|
+ <y>480</y>
|
|
|
+ <width>111</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>New Point</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_newpointx">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>200</x>
|
|
|
+ <y>476</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QCheckBox" name="checkBox_newpointusehdg">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>740</x>
|
|
|
+ <y>476</y>
|
|
|
+ <width>151</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Use Hdg</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_newpointhdg">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>560</x>
|
|
|
+ <y>476</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_Radius">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>66</x>
|
|
|
+ <y>185</y>
|
|
|
+ <width>211</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Radius</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_Radius">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>290</x>
|
|
|
+ <y>181</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_hdgrange">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>470</x>
|
|
|
+ <y>180</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <tabstops>
|
|
|
+ <tabstop>lineEdit_point1x</tabstop>
|
|
|
+ <tabstop>lineEdit_point1y</tabstop>
|
|
|
+ <tabstop>checkBox_point1</tabstop>
|
|
|
+ <tabstop>lineEdit_point2x</tabstop>
|
|
|
+ <tabstop>lineEdit_point2y</tabstop>
|
|
|
+ <tabstop>checkBox_point2</tabstop>
|
|
|
+ <tabstop>lineEdit_Radius</tabstop>
|
|
|
+ <tabstop>lineEdit_hdgrange</tabstop>
|
|
|
+ <tabstop>comboBox_Type</tabstop>
|
|
|
+ <tabstop>pushButton_Create</tabstop>
|
|
|
+ <tabstop>lineEdit_newpointx</tabstop>
|
|
|
+ <tabstop>lineEdit_newpointy</tabstop>
|
|
|
+ <tabstop>lineEdit_newpointhdg</tabstop>
|
|
|
+ <tabstop>checkBox_newpointusehdg</tabstop>
|
|
|
+ <tabstop>pushButton_Draw</tabstop>
|
|
|
+ </tabstops>
|
|
|
+ <resources/>
|
|
|
+ <connections/>
|
|
|
+</ui>
|