<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>357</width> <height>428</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item alignment="Qt::AlignTop"> <widget class="QGroupBox" name="IdInfo"> <property name="title"> <string>Identifcation Information</string> </property> <layout class="QFormLayout" name="formLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Device Alias:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="lineAlias"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Device MAC Address:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="labelMAC"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_24"> <property name="text"> <string>AP SSID: </string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="labelSSID"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_26"> <property name="text"> <string>RSSI (dBm):</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLabel" name="labelRSSI"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </widget> </item> <item alignment="Qt::AlignTop"> <widget class="QGroupBox" name="HWSpecsAndStatus"> <property name="title"> <string>Hardware Specifications and Status</string> </property> <layout class="QFormLayout" name="formLayout_3"> <item row="0" column="0"> <widget class="QLabel" name="label_8"> <property name="text"> <string>Firmware Version:</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_9"> <property name="text"> <string>Hardware Version:</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_12"> <property name="text"> <string>ROM Slot:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="labelFirmwareVersion"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="labelHardwareVersion"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="labelROMSlot"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_18"> <property name="text"> <string>Alive Flag:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLabel" name="labelAliveFlag"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_20"> <property name="text"> <string>Active Flag:</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLabel" name="labelActiveFlag"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_22"> <property name="text"> <string>OTA Flag:</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QLabel" name="labelOTAFlag"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </widget> </item> <item alignment="Qt::AlignTop"> <widget class="QGroupBox" name="BatteryInfo"> <property name="title"> <string>Battery Information</string> </property> <layout class="QFormLayout" name="formLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Voltage (V):</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLabel" name="labelBatteryVoltage"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Remaining Capacity:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="labelBatteryCapacity"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_10"> <property name="text"> <string>Charging State:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLabel" name="labelChargeState"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> <item row="3" column="0"> <widget class="QLabel" name="label_16"> <property name="text"> <string>Low Battery Indicator:</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLabel" name="labelLowBattery"> <property name="text"> <string>TextLabel</string> </property> </widget> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/> </ui>