2010-08-29 23:20:32 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>GpsDisplayWidget</class>
|
|
|
|
<widget class="QWidget" name="GpsDisplayWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>570</width>
|
2010-08-30 22:00:53 +02:00
|
|
|
<height>319</height>
|
2010-08-29 23:20:32 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2010-08-30 22:00:53 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-08-29 23:20:32 +02:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2010-08-30 22:00:53 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
|
|
|
|
<item>
|
2010-08-30 23:12:59 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0">
|
2010-08-30 22:00:53 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
2010-08-29 23:20:32 +02:00
|
|
|
</property>
|
2010-08-30 22:00:53 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="statusGroupBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2010-08-29 23:20:32 +02:00
|
|
|
</property>
|
2010-08-30 22:00:53 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>GPS Status</string>
|
2010-08-29 23:20:32 +02:00
|
|
|
</property>
|
2010-08-30 22:00:53 +02:00
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2010-08-30 23:12:59 +02:00
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
|
|
</property>
|
2010-08-30 22:00:53 +02:00
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2010-08-30 23:12:59 +02:00
|
|
|
<property name="margin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2010-08-30 22:00:53 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="status_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Status:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="status_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Unknown</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="lat_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Latitude:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="lat_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Unknown</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="long_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Longitude:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLabel" name="long_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Unknown</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="bear_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Bearing:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QLabel" name="bear_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Unknown</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="speed_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Speed:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="1">
|
|
|
|
<widget class="QLabel" name="speed_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Unknown</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="0">
|
|
|
|
<widget class="QLabel" name="fix_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fix Type:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="1">
|
|
|
|
<widget class="QLabel" name="fix_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Unknown</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="0">
|
|
|
|
<widget class="QLabel" name="gtime_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>GPS Time:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="6" column="1">
|
|
|
|
<widget class="QLabel" name="gtime_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Unknown</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="0">
|
|
|
|
<widget class="QLabel" name="gdate_label">
|
|
|
|
<property name="text">
|
|
|
|
<string>GPS Date:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="1">
|
|
|
|
<widget class="QLabel" name="gdate_value">
|
|
|
|
<property name="text">
|
|
|
|
<string>Unknown</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-08-29 23:20:32 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-08-30 22:00:53 +02:00
|
|
|
<item>
|
2010-08-30 23:12:59 +02:00
|
|
|
<widget class="QWidget" name="imagesWidget" native="true">
|
2010-08-30 22:00:53 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2010-08-29 23:20:32 +02:00
|
|
|
</property>
|
2010-08-30 22:00:53 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2010-08-30 23:12:59 +02:00
|
|
|
<width>368</width>
|
2010-08-30 22:00:53 +02:00
|
|
|
<height>171</height>
|
|
|
|
</size>
|
2010-08-29 23:20:32 +02:00
|
|
|
</property>
|
2010-08-30 22:00:53 +02:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2010-08-30 23:12:59 +02:00
|
|
|
<width>368</width>
|
2010-08-30 22:00:53 +02:00
|
|
|
<height>171</height>
|
|
|
|
</size>
|
2010-08-29 23:20:32 +02:00
|
|
|
</property>
|
2010-08-30 23:12:59 +02:00
|
|
|
<widget class="QGraphicsView" name="gpsWorld">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>171</width>
|
|
|
|
<height>171</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>171</width>
|
|
|
|
<height>171</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>171</width>
|
|
|
|
<height>171</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string extracomment="Shows locations of satellites"/>
|
|
|
|
</property>
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sceneRect">
|
|
|
|
<rectf>
|
|
|
|
<x>0.000000000000000</x>
|
|
|
|
<y>0.000000000000000</y>
|
|
|
|
<width>169.000000000000000</width>
|
|
|
|
<height>169.000000000000000</height>
|
|
|
|
</rectf>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QGraphicsView" name="flatEarth">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>177</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>191</width>
|
|
|
|
<height>95</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>191</width>
|
|
|
|
<height>95</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>191</width>
|
|
|
|
<height>95</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string extracomment="Location of GCS on the Earth"/>
|
|
|
|
</property>
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="optimizationFlags">
|
|
|
|
<set>QGraphicsView::DontAdjustForAntialiasing</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QGraphicsView" name="gpsGraph">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>177</x>
|
|
|
|
<y>104</y>
|
|
|
|
<width>191</width>
|
|
|
|
<height>67</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>191</width>
|
|
|
|
<height>67</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>191</width>
|
|
|
|
<height>67</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string extracomment="Individual satellite information"/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-08-29 23:20:32 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-08-30 22:00:53 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="dataStreamGroupBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>GPS Data Stream</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3" stretch="1,0">
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0,0">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2010-08-30 23:12:59 +02:00
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Ignored</enum>
|
|
|
|
</property>
|
2010-08-30 22:00:53 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2010-08-30 23:12:59 +02:00
|
|
|
<width>13</width>
|
|
|
|
<height>13</height>
|
2010-08-30 22:00:53 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="connectButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Connect</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="disconnectButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Disconnect</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTextBrowser" name="textBrowser">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<family>Courier New</family>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOn</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWrapMode">
|
|
|
|
<enum>QTextEdit::WidgetWidth</enum>
|
|
|
|
</property>
|
2010-08-30 23:12:59 +02:00
|
|
|
<property name="acceptRichText">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2010-08-30 22:00:53 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-08-29 23:20:32 +02:00
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|