|
@@ -0,0 +1,193 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<ui version="4.0">
|
|
|
+ <class>DialogParkingFromPoint</class>
|
|
|
+ <widget class="QDialog" name="DialogParkingFromPoint">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>682</width>
|
|
|
+ <height>447</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="windowTitle">
|
|
|
+ <string>Dialog</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_Lon">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>147</x>
|
|
|
+ <y>50</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>20</x>
|
|
|
+ <y>50</y>
|
|
|
+ <width>101</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Longitude:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_Lat">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>477</x>
|
|
|
+ <y>50</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>350</x>
|
|
|
+ <y>50</y>
|
|
|
+ <width>101</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Latitude:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_Heading">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>147</x>
|
|
|
+ <y>120</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_3">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>20</x>
|
|
|
+ <y>120</y>
|
|
|
+ <width>101</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Heading:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_Length">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>147</x>
|
|
|
+ <y>190</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_4">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>20</x>
|
|
|
+ <y>190</y>
|
|
|
+ <width>101</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Length:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_Width">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>477</x>
|
|
|
+ <y>190</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_5">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>350</x>
|
|
|
+ <y>190</y>
|
|
|
+ <width>101</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Width:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_6">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>23</x>
|
|
|
+ <y>260</y>
|
|
|
+ <width>241</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Distance of Point and Front:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_DisOfPointAndFront">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>288</x>
|
|
|
+ <y>260</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_7">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>23</x>
|
|
|
+ <y>330</y>
|
|
|
+ <width>211</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Distance of Point and Left:</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLineEdit" name="lineEdit_DistanceOfPointAndLeft">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>290</x>
|
|
|
+ <y>323</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_addparkingspace">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>240</x>
|
|
|
+ <y>390</y>
|
|
|
+ <width>171</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Add ParkingSpace</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <resources/>
|
|
|
+ <connections/>
|
|
|
+</ui>
|