Files
Pynomicon/gps_vcones/mainwindow.ui
2021-07-14 08:49:10 -04:00

931 lines
20 KiB
XML

<?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>1082</width>
<height>445</height>
</rect>
</property>
<property name="windowTitle">
<string>GPS Virtual Cones</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>389</x>
<y>60</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Longitude:</string>
</property>
</widget>
<widget class="QListWidget" name="listCones2">
<property name="geometry">
<rect>
<x>180</x>
<y>110</y>
<width>180</width>
<height>220</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>389</x>
<y>40</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Latitude:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>579</x>
<y>40</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Speed:</string>
</property>
</widget>
<widget class="QLabel" name="txtLongitude">
<property name="geometry">
<rect>
<x>470</x>
<y>60</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="txtDist4">
<property name="geometry">
<rect>
<x>660</x>
<y>90</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="txtDist2">
<property name="geometry">
<rect>
<x>300</x>
<y>90</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="txtSpeed">
<property name="geometry">
<rect>
<x>650</x>
<y>40</y>
<width>81</width>
<height>18</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="txtDist1">
<property name="geometry">
<rect>
<x>120</x>
<y>90</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="lblList2">
<property name="geometry">
<rect>
<x>180</x>
<y>90</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="lblList1">
<property name="geometry">
<rect>
<x>0</x>
<y>90</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="txtLatitude">
<property name="geometry">
<rect>
<x>470</x>
<y>40</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>579</x>
<y>60</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Heading:</string>
</property>
</widget>
<widget class="QListWidget" name="listCones4">
<property name="geometry">
<rect>
<x>540</x>
<y>110</y>
<width>180</width>
<height>220</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>281</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>NTCNA GPS Virtual Cones</string>
</property>
</widget>
<widget class="QPushButton" name="exitButton">
<property name="geometry">
<rect>
<x>990</x>
<y>10</y>
<width>84</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Exit</string>
</property>
</widget>
<widget class="QLabel" name="lblList4">
<property name="geometry">
<rect>
<x>540</x>
<y>90</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QListWidget" name="listCones3">
<property name="geometry">
<rect>
<x>360</x>
<y>110</y>
<width>180</width>
<height>220</height>
</rect>
</property>
</widget>
<widget class="QListWidget" name="listCones1">
<property name="geometry">
<rect>
<x>0</x>
<y>110</y>
<width>180</width>
<height>220</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="txtDist3">
<property name="geometry">
<rect>
<x>480</x>
<y>90</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="txtHeading">
<property name="geometry">
<rect>
<x>650</x>
<y>60</y>
<width>81</width>
<height>18</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="lblList3">
<property name="geometry">
<rect>
<x>360</x>
<y>90</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="openFiles">
<property name="geometry">
<rect>
<x>40</x>
<y>40</y>
<width>111</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Open Files</string>
</property>
</widget>
<widget class="QLabel" name="txtTime">
<property name="geometry">
<rect>
<x>470</x>
<y>10</y>
<width>261</width>
<height>20</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>390</x>
<y>10</y>
<width>49</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Time:</string>
</property>
</widget>
<widget class="QCheckBox" name="logEnabled">
<property name="geometry">
<rect>
<x>170</x>
<y>50</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Logging Enabled</string>
</property>
</widget>
<widget class="QPushButton" name="addPoint1">
<property name="geometry">
<rect>
<x>40</x>
<y>330</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="QPushButton" name="delPoint1">
<property name="geometry">
<rect>
<x>80</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Del</string>
</property>
</widget>
<widget class="QPushButton" name="addPoint2">
<property name="geometry">
<rect>
<x>220</x>
<y>330</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="QPushButton" name="delPoint2">
<property name="geometry">
<rect>
<x>260</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Del</string>
</property>
</widget>
<widget class="QPushButton" name="addPoint3">
<property name="geometry">
<rect>
<x>400</x>
<y>330</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="QPushButton" name="delPoint3">
<property name="geometry">
<rect>
<x>440</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Del</string>
</property>
</widget>
<widget class="QPushButton" name="addPoint4">
<property name="geometry">
<rect>
<x>580</x>
<y>330</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="QPushButton" name="delPoint4">
<property name="geometry">
<rect>
<x>620</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Del</string>
</property>
</widget>
<widget class="QPushButton" name="saveList1">
<property name="geometry">
<rect>
<x>130</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<widget class="QPushButton" name="saveList2">
<property name="geometry">
<rect>
<x>310</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<widget class="QPushButton" name="saveList3">
<property name="geometry">
<rect>
<x>490</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<widget class="QPushButton" name="saveList4">
<property name="geometry">
<rect>
<x>670</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<widget class="QPushButton" name="resetList1">
<property name="geometry">
<rect>
<x>0</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
<widget class="QPushButton" name="resetList2">
<property name="geometry">
<rect>
<x>180</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
<widget class="QPushButton" name="resetList3">
<property name="geometry">
<rect>
<x>360</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
<widget class="QPushButton" name="resetList4">
<property name="geometry">
<rect>
<x>540</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
<widget class="QPushButton" name="saveConfig">
<property name="geometry">
<rect>
<x>880</x>
<y>10</y>
<width>84</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>SaveConfig</string>
</property>
</widget>
<widget class="QPushButton" name="insPoint1">
<property name="geometry">
<rect>
<x>40</x>
<y>360</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Ins</string>
</property>
</widget>
<widget class="QPushButton" name="insPoint2">
<property name="geometry">
<rect>
<x>220</x>
<y>360</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Ins</string>
</property>
</widget>
<widget class="QPushButton" name="insPoint3">
<property name="geometry">
<rect>
<x>400</x>
<y>360</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Ins</string>
</property>
</widget>
<widget class="QPushButton" name="insPoint4">
<property name="geometry">
<rect>
<x>580</x>
<y>360</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Ins</string>
</property>
</widget>
<widget class="QLineEdit" name="txtRange">
<property name="geometry">
<rect>
<x>310</x>
<y>10</y>
<width>41</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>3.0</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>250</x>
<y>20</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Range:</string>
</property>
</widget>
<widget class="QListWidget" name="listCones5">
<property name="geometry">
<rect>
<x>720</x>
<y>110</y>
<width>180</width>
<height>220</height>
</rect>
</property>
</widget>
<widget class="QListWidget" name="listCones6">
<property name="geometry">
<rect>
<x>900</x>
<y>110</y>
<width>180</width>
<height>220</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="delPoint5">
<property name="geometry">
<rect>
<x>800</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Del</string>
</property>
</widget>
<widget class="QPushButton" name="saveList5">
<property name="geometry">
<rect>
<x>850</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<widget class="QPushButton" name="addPoint5">
<property name="geometry">
<rect>
<x>760</x>
<y>330</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="QPushButton" name="insPoint5">
<property name="geometry">
<rect>
<x>760</x>
<y>360</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Ins</string>
</property>
</widget>
<widget class="QPushButton" name="resetList5">
<property name="geometry">
<rect>
<x>720</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
<widget class="QPushButton" name="delPoint6">
<property name="geometry">
<rect>
<x>980</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Del</string>
</property>
</widget>
<widget class="QPushButton" name="saveList6">
<property name="geometry">
<rect>
<x>1030</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<widget class="QPushButton" name="addPoint6">
<property name="geometry">
<rect>
<x>940</x>
<y>330</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="QPushButton" name="insPoint6">
<property name="geometry">
<rect>
<x>940</x>
<y>360</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Ins</string>
</property>
</widget>
<widget class="QPushButton" name="resetList6">
<property name="geometry">
<rect>
<x>900</x>
<y>340</y>
<width>41</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Reset</string>
</property>
</widget>
<widget class="QLabel" name="txtDist5">
<property name="geometry">
<rect>
<x>840</x>
<y>90</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="txtDist6">
<property name="geometry">
<rect>
<x>1020</x>
<y>90</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="lblList5">
<property name="geometry">
<rect>
<x>720</x>
<y>90</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="lblList6">
<property name="geometry">
<rect>
<x>900</x>
<y>90</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1082</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>