Files
Pynomicon/gps_tool/mainwindow.ui
2021-03-12 13:26:31 -05:00

482 lines
11 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>737</width>
<height>359</height>
</rect>
</property>
<property name="windowTitle">
<string>QtGPS</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Longitude:</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>61</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>10</x>
<y>160</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Speed:</string>
</property>
</widget>
<widget class="QLabel" name="txtLongitude">
<property name="geometry">
<rect>
<x>70</x>
<y>100</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="txtSpeed">
<property name="geometry">
<rect>
<x>70</x>
<y>160</y>
<width>61</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="txtLatitude">
<property name="geometry">
<rect>
<x>70</x>
<y>80</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="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Heading:</string>
</property>
</widget>
<widget class="QPushButton" name="exitButton">
<property name="geometry">
<rect>
<x>640</x>
<y>300</y>
<width>84</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Exit</string>
</property>
</widget>
<widget class="QLabel" name="txtHeading">
<property name="geometry">
<rect>
<x>70</x>
<y>140</y>
<width>61</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="txtTime">
<property name="geometry">
<rect>
<x>70</x>
<y>60</y>
<width>151</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>10</x>
<y>60</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Time:</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Altitude:</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Fix:</string>
</property>
</widget>
<widget class="QLabel" name="txtStatus">
<property name="geometry">
<rect>
<x>70</x>
<y>40</y>
<width>61</width>
<height>16</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_10">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>HDOP:</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
<width>49</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>VDOP:</string>
</property>
</widget>
<widget class="QLabel" name="txtHDOP">
<property name="geometry">
<rect>
<x>70</x>
<y>180</y>
<width>61</width>
<height>16</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="txtVDOP">
<property name="geometry">
<rect>
<x>70</x>
<y>200</y>
<width>61</width>
<height>16</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="txtAltitude">
<property name="geometry">
<rect>
<x>70</x>
<y>120</y>
<width>61</width>
<height>16</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_9">
<property name="geometry">
<rect>
<x>130</x>
<y>120</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>m (WGS84)</string>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>130</x>
<y>160</y>
<width>49</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>m/sec</string>
</property>
</widget>
<widget class="QLabel" name="txtMode">
<property name="geometry">
<rect>
<x>130</x>
<y>40</y>
<width>49</width>
<height>16</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_6">
<property name="geometry">
<rect>
<x>10</x>
<y>220</y>
<width>49</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Grid:</string>
</property>
</widget>
<widget class="QLabel" name="txtGrid">
<property name="geometry">
<rect>
<x>70</x>
<y>220</y>
<width>61</width>
<height>16</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="QTextEdit" name="txtSatellites">
<property name="geometry">
<rect>
<x>230</x>
<y>10</y>
<width>220</width>
<height>280</height>
</rect>
</property>
<property name="font">
<font>
<family>Courier</family>
</font>
</property>
</widget>
<widget class="QPushButton" name="toggleLogging">
<property name="geometry">
<rect>
<x>130</x>
<y>250</y>
<width>84</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>10</x>
<y>250</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>GPX Data Logging:</string>
</property>
</widget>
<widget class="QGraphicsView" name="viewSatellites">
<property name="geometry">
<rect>
<x>450</x>
<y>10</y>
<width>280</width>
<height>280</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>221</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>GPS Tool (gpsd client)</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>737</width>
<height>28</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>