123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1920</width>
- <height>800</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QPushButton" name="pushButton_Calc">
- <property name="geometry">
- <rect>
- <x>760</x>
- <y>30</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Calc Park</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_NowX">
- <property name="geometry">
- <rect>
- <x>123</x>
- <y>12</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>15</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Now X:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_NowY">
- <property name="geometry">
- <rect>
- <x>371</x>
- <y>17</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>281</x>
- <y>12</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Now Y:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>509</x>
- <y>10</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Now HDG:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_NowHdg">
- <property name="geometry">
- <rect>
- <x>613</x>
- <y>13</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPlainTextEdit" name="plainTextEdit">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>100</y>
- <width>350</width>
- <height>621</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_MinRadius">
- <property name="geometry">
- <rect>
- <x>123</x>
- <y>60</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_MaxWheel">
- <property name="geometry">
- <rect>
- <x>371</x>
- <y>60</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_StraightDis">
- <property name="geometry">
- <rect>
- <x>614</x>
- <y>60</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>60</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Radius:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>281</x>
- <y>60</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Wheel:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="geometry">
- <rect>
- <x>507</x>
- <y>60</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Last Straight:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="geometry">
- <rect>
- <x>927</x>
- <y>16</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Park Lon:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_ParkHeading">
- <property name="geometry">
- <rect>
- <x>1520</x>
- <y>14</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_8">
- <property name="geometry">
- <rect>
- <x>1178</x>
- <y>61</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Now Lat:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_9">
- <property name="geometry">
- <rect>
- <x>1396</x>
- <y>61</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Now Heading:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_NowLat">
- <property name="geometry">
- <rect>
- <x>1262</x>
- <y>61</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_10">
- <property name="geometry">
- <rect>
- <x>1178</x>
- <y>13</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Park Lat:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_NowLon">
- <property name="geometry">
- <rect>
- <x>1020</x>
- <y>61</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_ParkLon">
- <property name="geometry">
- <rect>
- <x>1020</x>
- <y>13</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_11">
- <property name="geometry">
- <rect>
- <x>927</x>
- <y>61</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Now Lon:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_12">
- <property name="geometry">
- <rect>
- <x>1396</x>
- <y>11</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Park Heading:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_ParkLat">
- <property name="geometry">
- <rect>
- <x>1261</x>
- <y>18</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_NowHeading">
- <property name="geometry">
- <rect>
- <x>1521</x>
- <y>61</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_CalcXY">
- <property name="geometry">
- <rect>
- <x>1670</x>
- <y>35</y>
- <width>121</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Calc XY</string>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1920</width>
- <height>27</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <tabstops>
- <tabstop>lineEdit_NowX</tabstop>
- <tabstop>lineEdit_NowY</tabstop>
- <tabstop>lineEdit_NowHdg</tabstop>
- <tabstop>lineEdit_MinRadius</tabstop>
- <tabstop>lineEdit_MaxWheel</tabstop>
- <tabstop>lineEdit_StraightDis</tabstop>
- <tabstop>pushButton_Calc</tabstop>
- <tabstop>lineEdit_ParkLon</tabstop>
- <tabstop>lineEdit_ParkLat</tabstop>
- <tabstop>lineEdit_ParkHeading</tabstop>
- <tabstop>lineEdit_NowLon</tabstop>
- <tabstop>lineEdit_NowLat</tabstop>
- <tabstop>lineEdit_NowHeading</tabstop>
- <tabstop>pushButton_CalcXY</tabstop>
- <tabstop>plainTextEdit</tabstop>
- </tabstops>
- <resources/>
- <connections/>
- </ui>
|