123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>IdeasXDevice</class>
- <widget class="QWidget" name="IdeasXDevice">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>522</width>
- <height>84</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>452</width>
- <height>84</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>84</height>
- </size>
- </property>
- <property name="acceptDrops">
- <bool>false</bool>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <property name="autoFillBackground">
- <bool>false</bool>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="leftMargin">
- <number>9</number>
- </property>
- <property name="topMargin">
- <number>3</number>
- </property>
- <property name="rightMargin">
- <number>9</number>
- </property>
- <property name="bottomMargin">
- <number>3</number>
- </property>
- <item>
- <widget class="QWidget" name="widgetInfo" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Ignored">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>290</width>
- <height>70</height>
- </size>
- </property>
- <widget class="QLabel" name="labelDeviceType">
- <property name="geometry">
- <rect>
- <x>5</x>
- <y>0</y>
- <width>101</width>
- <height>76</height>
- </rect>
- </property>
- <property name="toolTip">
- <string extracomment="RSSI: -20 dBm"/>
- </property>
- <property name="statusTip">
- <string/>
- </property>
- <property name="pixmap">
- <pixmap>../icon/devicetype/modulev3c.png</pixmap>
- </property>
- <property name="scaledContents">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLabel" name="labelDeviceID">
- <property name="geometry">
- <rect>
- <x>119</x>
- <y>5</y>
- <width>311</width>
- <height>36</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="font">
- <font>
- <family>TakaoPGothic</family>
- <pointsize>20</pointsize>
- <weight>50</weight>
- <italic>false</italic>
- <bold>false</bold>
- </font>
- </property>
- <property name="frameShape">
- <enum>QFrame::NoFrame</enum>
- </property>
- <property name="text">
- <string>Sarah Stanton</string>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" name="labelSignal">
- <property name="geometry">
- <rect>
- <x>117</x>
- <y>43</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="toolTip">
- <string extracomment="-40 dBm"/>
- </property>
- <property name="pixmap">
- <pixmap>../icon/network/network-wireless-signal-ok-symbolic.png</pixmap>
- </property>
- <property name="scaledContents">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLabel" name="labelBattery">
- <property name="geometry">
- <rect>
- <x>157</x>
- <y>43</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="toolTip">
- <string extracomment="50%"/>
- </property>
- <property name="statusTip">
- <string extracomment="50%"/>
- </property>
- <property name="pixmap">
- <pixmap>../icon/battery/battery-good-charging-symbolic.png</pixmap>
- </property>
- <property name="scaledContents">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QLabel" name="labelOTA">
- <property name="geometry">
- <rect>
- <x>198</x>
- <y>45</y>
- <width>36</width>
- <height>26</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="pixmap">
- <pixmap>../icon/ota/updating.png</pixmap>
- </property>
- </widget>
- <zorder>labelDeviceType</zorder>
- <zorder>labelSignal</zorder>
- <zorder>labelBattery</zorder>
- <zorder>labelDeviceID</zorder>
- <zorder>labelOTA</zorder>
- </widget>
- </item>
- <item>
- <widget class="QWidget" name="widgetControls" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>160</width>
- <height>75</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>120</width>
- <height>66</height>
- </size>
- </property>
- <widget class="QLabel" name="labelStatus">
- <property name="geometry">
- <rect>
- <x>-26</x>
- <y>44</y>
- <width>181</width>
- <height>31</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- <italic>true</italic>
- </font>
- </property>
- <property name="text">
- <string>Last Update: 2:30AM</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- <widget class="QToolButton" name="buttonMenu">
- <property name="geometry">
- <rect>
- <x>131</x>
- <y>10</y>
- <width>21</width>
- <height>36</height>
- </rect>
- </property>
- <property name="text">
- <string>Activate </string>
- </property>
- <property name="autoRaise">
- <bool>false</bool>
- </property>
- <property name="arrowType">
- <enum>Qt::DownArrow</enum>
- </property>
- </widget>
- <widget class="QToolButton" name="buttonPair">
- <property name="geometry">
- <rect>
- <x>41</x>
- <y>10</y>
- <width>91</width>
- <height>36</height>
- </rect>
- </property>
- <property name="text">
- <string>Pair</string>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="popupMode">
- <enum>QToolButton::DelayedPopup</enum>
- </property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonTextOnly</enum>
- </property>
- </widget>
- <zorder>labelStatus</zorder>
- <zorder>buttonMenu</zorder>
- <zorder>buttonPair</zorder>
- <zorder>widgetInfo</zorder>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|