1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>Widget</class> 4 <widget class="QWidget" name="Widget"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>276</width> 10 <height>467</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Widget</string> 15 </property> 16 <layout class="QVBoxLayout" name="verticalLayout"> 17 <item> 18 <layout class="QFormLayout" name="formLayout"> 19 <property name="fieldGrowthPolicy"> 20 <enum>QFormLayout::AllNonFixedFieldsGrow</enum> 21 </property> 22 <item row="0" column="0"> 23 <widget class="QLabel" name="label"> 24 <property name="text"> 25 <string>Latitude:</string> 26 </property> 27 </widget> 28 </item> 29 <item row="0" column="1"> 30 <widget class="QLabel" name="labelLatitude"> 31 <property name="text"> 32 <string>N/A</string> 33 </property> 34 </widget> 35 </item> 36 <item row="1" column="0"> 37 <widget class="QLabel" name="label_2"> 38 <property name="text"> 39 <string>Longitude:</string> 40 </property> 41 </widget> 42 </item> 43 <item row="1" column="1"> 44 <widget class="QLabel" name="labelLongitude"> 45 <property name="text"> 46 <string>N/A</string> 47 </property> 48 </widget> 49 </item> 50 <item row="2" column="0"> 51 <widget class="QLabel" name="label_3"> 52 <property name="text"> 53 <string>Altitude:</string> 54 </property> 55 </widget> 56 </item> 57 <item row="2" column="1"> 58 <widget class="QLabel" name="labelAltitude"> 59 <property name="text"> 60 <string>N/A</string> 61 </property> 62 </widget> 63 </item> 64 <item row="5" column="0"> 65 <widget class="QLabel" name="label_5"> 66 <property name="text"> 67 <string>TimeStamp:</string> 68 </property> 69 </widget> 70 </item> 71 <item row="5" column="1"> 72 <widget class="QLabel" name="labelTimeStamp"> 73 <property name="text"> 74 <string>N/A</string> 75 </property> 76 </widget> 77 </item> 78 <item row="7" column="0"> 79 <widget class="QLabel" name="label_6"> 80 <property name="text"> 81 <string>Horizontal Accuracy:</string> 82 </property> 83 </widget> 84 </item> 85 <item row="7" column="1"> 86 <widget class="QLabel" name="labelHAccuracy"> 87 <property name="text"> 88 <string>N/A</string> 89 </property> 90 </widget> 91 </item> 92 <item row="8" column="0"> 93 <widget class="QLabel" name="label_8"> 94 <property name="text"> 95 <string>Vertical Accuracy:</string> 96 </property> 97 </widget> 98 </item> 99 <item row="8" column="1"> 100 <widget class="QLabel" name="labelVAccuracy"> 101 <property name="text"> 102 <string>N/A</string> 103 </property> 104 </widget> 105 </item> 106 <item row="9" column="0"> 107 <widget class="QLabel" name="label_7"> 108 <property name="text"> 109 <string>TimeOut:</string> 110 </property> 111 </widget> 112 </item> 113 <item row="9" column="1"> 114 <widget class="QLabel" name="labelTimeOut"> 115 <property name="enabled"> 116 <bool>true</bool> 117 </property> 118 <property name="text"> 119 <string>!!!!!TimeOut!!!!!</string> 120 </property> 121 </widget> 122 </item> 123 <item row="10" column="0"> 124 <widget class="QLabel" name="label_10"> 125 <property name="text"> 126 <string>Supported Methods:</string> 127 </property> 128 </widget> 129 </item> 130 <item row="11" column="0"> 131 <widget class="QLabel" name="label_9"> 132 <property name="text"> 133 <string>Error State:</string> 134 </property> 135 </widget> 136 </item> 137 <item row="11" column="1"> 138 <layout class="QHBoxLayout" name="horizontalLayout_4"> 139 <item> 140 <widget class="QLabel" name="labelErrorState"> 141 <property name="text"> 142 <string>N/A</string> 143 </property> 144 </widget> 145 </item> 146 <item> 147 <widget class="QPushButton" name="buttonResetError"> 148 <property name="text"> 149 <string>Reset</string> 150 </property> 151 </widget> 152 </item> 153 </layout> 154 </item> 155 <item row="10" column="1"> 156 <layout class="QHBoxLayout" name="horizontalLayout_3"> 157 <item> 158 <widget class="QLabel" name="labelSupported"> 159 <property name="text"> 160 <string>N/A</string> 161 </property> 162 </widget> 163 </item> 164 <item> 165 <widget class="QPushButton" name="buttonUpdateSupported"> 166 <property name="text"> 167 <string>Update</string> 168 </property> 169 </widget> 170 </item> 171 </layout> 172 </item> 173 <item row="3" column="0"> 174 <widget class="QLabel" name="label_11"> 175 <property name="text"> 176 <string>Direction:</string> 177 </property> 178 </widget> 179 </item> 180 <item row="3" column="1"> 181 <widget class="QLabel" name="labelDirection"> 182 <property name="text"> 183 <string>N/A</string> 184 </property> 185 </widget> 186 </item> 187 <item row="4" column="0"> 188 <widget class="QLabel" name="label_12"> 189 <property name="text"> 190 <string>Speed:</string> 191 </property> 192 </widget> 193 </item> 194 <item row="4" column="1"> 195 <widget class="QLabel" name="labelSpeed"> 196 <property name="text"> 197 <string>N/A</string> 198 </property> 199 </widget> 200 </item> 201 </layout> 202 </item> 203 <item> 204 <widget class="QGroupBox" name="groupBox"> 205 <property name="title"> 206 <string>Method</string> 207 </property> 208 <widget class="QWidget" name="layoutWidget"> 209 <property name="geometry"> 210 <rect> 211 <x>43</x> 212 <y>21</y> 213 <width>254</width> 214 <height>71</height> 215 </rect> 216 </property> 217 <layout class="QGridLayout" name="gridLayout"> 218 <item row="0" column="0"> 219 <widget class="QRadioButton" name="radioButton"> 220 <property name="text"> 221 <string>None</string> 222 </property> 223 </widget> 224 </item> 225 <item row="0" column="1"> 226 <widget class="QRadioButton" name="radioButton_2"> 227 <property name="text"> 228 <string>Satelite</string> 229 </property> 230 <property name="checked"> 231 <bool>true</bool> 232 </property> 233 </widget> 234 </item> 235 <item row="0" column="2"> 236 <widget class="QRadioButton" name="radioButton_3"> 237 <property name="text"> 238 <string>Non-Satelite</string> 239 </property> 240 </widget> 241 </item> 242 <item row="0" column="3"> 243 <widget class="QRadioButton" name="radioButton_4"> 244 <property name="text"> 245 <string>All</string> 246 </property> 247 </widget> 248 </item> 249 </layout> 250 </widget> 251 </widget> 252 </item> 253 <item> 254 <layout class="QHBoxLayout" name="horizontalLayout"> 255 <item> 256 <widget class="QLabel" name="label_4"> 257 <property name="text"> 258 <string>Interval:</string> 259 </property> 260 </widget> 261 </item> 262 <item> 263 <widget class="QSlider" name="horizontalSlider"> 264 <property name="minimum"> 265 <number>50</number> 266 </property> 267 <property name="maximum"> 268 <number>10000</number> 269 </property> 270 <property name="orientation"> 271 <enum>Qt::Horizontal</enum> 272 </property> 273 </widget> 274 </item> 275 <item> 276 <widget class="QLabel" name="labelInterval"> 277 <property name="text"> 278 <string>0</string> 279 </property> 280 </widget> 281 </item> 282 </layout> 283 </item> 284 <item> 285 <widget class="QCheckBox" name="checkBox"> 286 <property name="enabled"> 287 <bool>false</bool> 288 </property> 289 <property name="text"> 290 <string>Running</string> 291 </property> 292 </widget> 293 </item> 294 <item> 295 <layout class="QHBoxLayout" name="horizontalLayout_2"> 296 <item> 297 <widget class="QPushButton" name="buttonStart"> 298 <property name="text"> 299 <string>Start/Stop</string> 300 </property> 301 </widget> 302 </item> 303 <item> 304 <widget class="QPushButton" name="buttonRetrieve"> 305 <property name="text"> 306 <string>Retrieve</string> 307 </property> 308 </widget> 309 </item> 310 </layout> 311 </item> 312 </layout> 313 </widget> 314 <layoutdefault spacing="6" margin="11"/> 315 <resources/> 316 <connections> 317 <connection> 318 <sender>horizontalSlider</sender> 319 <signal>valueChanged(int)</signal> 320 <receiver>labelInterval</receiver> 321 <slot>setNum(int)</slot> 322 <hints> 323 <hint type="sourcelabel"> 324 <x>217</x> 325 <y>137</y> 326 </hint> 327 <hint type="destinationlabel"> 328 <x>386</x> 329 <y>138</y> 330 </hint> 331 </hints> 332 </connection> 333 </connections> 334</ui> 335