Sensors
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>EmulatorConsole</class> <widget class="QWidget" name="EmulatorConsole"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>333</width> <height>456</height> </rect> </property> <property name="windowTitle"> <string>Emulator Console</string> </property> <widget class="QGroupBox" name="groupBox"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>241</width> <height>141</height> </rect> </property> <property name="title"> <string>Coordinates</string> </property> <widget class="QWidget" name="layoutWidget1"> <property name="geometry"> <rect> <x>10</x> <y>70</y> <width>216</width> <height>27</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Longitude</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>0</height> </size> </property> </spacer> </item> <item> <widget class="QLineEdit" name="longitudeValue"> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="text"> <string>13.5331485</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="layoutWidget2"> <property name="geometry"> <rect> <x>10</x> <y>100</y> <width>216</width> <height>27</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Altitude</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>0</height> </size> </property> </spacer> </item> <item> <widget class="QLineEdit" name="altitudeValue"> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="text"> <string>0.0</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="layoutWidget3"> <property name="geometry"> <rect> <x>10</x> <y>40</y> <width>216</width> <height>27</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Latitude</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>0</height> </size> </property> </spacer> </item> <item> <widget class="QLineEdit" name="latitudeValue"> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="text"> <string>52.4317463</string> </property> </widget> </item> </layout> </widget> </widget> <widget class="QGroupBox" name="groupBox_2"> <property name="geometry"> <rect> <x>10</x> <y>160</y> <width>241</width> <height>141</height> </rect> </property> <property name="title"> <string>Weather</string> </property> <widget class="QWidget" name="layoutWidget4"> <property name="geometry"> <rect> <x>10</x> <y>40</y> <width>216</width> <height>27</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Temperature</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>0</height> </size> </property> </spacer> </item> <item> <widget class="QLineEdit" name="temperatureValue"> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="text"> <string>20</string> </property> </widget> </item> </layout> </widget> <widget class="QRadioButton" name="celciusRadio"> <property name="geometry"> <rect> <x>20</x> <y>80</y> <width>112</width> <height>23</height> </rect> </property> <property name="text"> <string>Celcius</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> <widget class="QRadioButton" name="fahrenheitRadio"> <property name="geometry"> <rect> <x>20</x> <y>110</y> <width>112</width> <height>23</height> </rect> </property> <property name="text"> <string>Fahrenheit</string> </property> </widget> </widget> <widget class="QGroupBox" name="groupBox_3"> <property name="geometry"> <rect> <x>10</x> <y>310</y> <width>241</width> <height>141</height> </rect> </property> <property name="title"> <string>Warning message</string> </property> <widget class="QTextEdit" name="warningText"> <property name="geometry"> <rect> <x>3</x> <y>24</y> <width>231</width> <height>111</height> </rect> </property> <property name="html"> <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> p, li { white-space: pre-wrap; } hr { height: 1px; border-width: 0; } li.unchecked::marker { content: "\2610"; } li.checked::marker { content: "\2612"; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">!!!A simple warning message!!!</p></body></html></string> </property> </widget> </widget> <widget class="QPushButton" name="sendCoordinates"> <property name="geometry"> <rect> <x>260</x> <y>120</y> <width>61</width> <height>26</height> </rect> </property> <property name="text"> <string>Send</string> </property> </widget> <widget class="QPushButton" name="sendTemperature"> <property name="geometry"> <rect> <x>260</x> <y>270</y> <width>61</width> <height>26</height> </rect> </property> <property name="text"> <string>Send</string> </property> </widget> <widget class="QPushButton" name="sendMessage"> <property name="geometry"> <rect> <x>260</x> <y>420</y> <width>61</width> <height>26</height> </rect> </property> <property name="text"> <string>Send</string> </property> </widget> </widget> <resources/> <connections/> </ui>