1076 lines
26 KiB
XML
1076 lines
26 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>MainWindow</class>
|
||
<widget class="QMainWindow" name="MainWindow">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>1185</width>
|
||
<height>622</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>1185</width>
|
||
<height>622</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>1185</width>
|
||
<height>622</height>
|
||
</size>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>IoT pgrm v0_1_13</string>
|
||
</property>
|
||
<widget class="QWidget" name="centralwidget">
|
||
<widget class="QPushButton" name="pushButton_send_post">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>980</x>
|
||
<y>10</y>
|
||
<width>201</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Отправить POST запрос</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_url">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>350</x>
|
||
<y>0</y>
|
||
<width>61</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>POST URL</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="lineEdit_POST_URL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>10</y>
|
||
<width>531</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_message">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>40</y>
|
||
<width>261</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Журнал запросов</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="lcd_temperature">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>550</x>
|
||
<y>190</y>
|
||
<width>141</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Box</enum>
|
||
</property>
|
||
<property name="value" stdset="0">
|
||
<double>5.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_temp">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>310</x>
|
||
<y>190</y>
|
||
<width>211</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>8</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>Температура</string>
|
||
</property>
|
||
<property name="textFormat">
|
||
<enum>Qt::AutoText</enum>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="lcd_red_light">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>540</x>
|
||
<y>470</y>
|
||
<width>81</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p><br/></p></body></html></string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QLCDNumber { color: black; }</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Box</enum>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
<property name="value" stdset="0">
|
||
<double>5.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="lcd_green_light">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>620</x>
|
||
<y>470</y>
|
||
<width>81</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(0, 0, 0);</string>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
<property name="value" stdset="0">
|
||
<double>5.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="lcd_blue_light">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>700</x>
|
||
<y>470</y>
|
||
<width>81</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="smallDecimalPoint">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_r">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>570</x>
|
||
<y>500</y>
|
||
<width>47</width>
|
||
<height>13</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>R</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_g">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>650</x>
|
||
<y>500</y>
|
||
<width>47</width>
|
||
<height>13</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>G</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_b">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>730</x>
|
||
<y>500</y>
|
||
<width>47</width>
|
||
<height>13</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>B</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_tumbler_off1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>804</x>
|
||
<y>110</y>
|
||
<width>61</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/off.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_tumbler_on1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>804</x>
|
||
<y>110</y>
|
||
<width>61</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/ON.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_lamp_on1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>390</x>
|
||
<y>70</y>
|
||
<width>61</width>
|
||
<height>61</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/led_on.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_lamp_off1">
|
||
<property name="enabled">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>390</x>
|
||
<y>70</y>
|
||
<width>61</width>
|
||
<height>61</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/led_off.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_switch_lamp1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>390</x>
|
||
<y>140</y>
|
||
<width>71</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Вкл</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_switch_lamp2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>480</x>
|
||
<y>140</y>
|
||
<width>71</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Вкл</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_lamp_on2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>480</x>
|
||
<y>70</y>
|
||
<width>61</width>
|
||
<height>61</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/led_on.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_lamp_off2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>480</x>
|
||
<y>70</y>
|
||
<width>61</width>
|
||
<height>61</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/led_off.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_switch_lamp3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>570</x>
|
||
<y>140</y>
|
||
<width>71</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Вкл</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_lamp_on3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>570</x>
|
||
<y>70</y>
|
||
<width>61</width>
|
||
<height>61</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/led_on.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_lamp_off3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>570</x>
|
||
<y>70</y>
|
||
<width>61</width>
|
||
<height>61</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/led_off.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_tumbler_off2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>904</x>
|
||
<y>110</y>
|
||
<width>61</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/off.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_tumbler_on2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>904</x>
|
||
<y>110</y>
|
||
<width>61</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/ON.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_tumbler_off3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>994</x>
|
||
<y>110</y>
|
||
<width>61</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/off.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_tumbler_on3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>994</x>
|
||
<y>110</y>
|
||
<width>61</width>
|
||
<height>51</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="pixmap">
|
||
<pixmap resource="res/Res.qrc">:/img/ON.svg</pixmap>
|
||
</property>
|
||
<property name="scaledContents">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_pressure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>310</x>
|
||
<y>260</y>
|
||
<width>211</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>8</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>Давление</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="lcd_pressure">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>550</x>
|
||
<y>260</y>
|
||
<width>141</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Box</enum>
|
||
</property>
|
||
<property name="value" stdset="0">
|
||
<double>5.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="lcd_lightness">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>550</x>
|
||
<y>330</y>
|
||
<width>141</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Box</enum>
|
||
</property>
|
||
<property name="value" stdset="0">
|
||
<double>5.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_illumination">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>310</x>
|
||
<y>330</y>
|
||
<width>211</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>8</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>Освещенность</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="lcd_ambient_light">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>550</x>
|
||
<y>400</y>
|
||
<width>141</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Box</enum>
|
||
</property>
|
||
<property name="value" stdset="0">
|
||
<double>5.000000000000000</double>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_illumination2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>310</x>
|
||
<y>400</y>
|
||
<width>211</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>8</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>Освещенность окружения</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_accelorometer">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>310</x>
|
||
<y>520</y>
|
||
<width>211</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>8</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>Акселлерометр</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_leds_on">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1099</x>
|
||
<y>482</y>
|
||
<width>75</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Вкл</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_leds_off">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1099</x>
|
||
<y>512</y>
|
||
<width>75</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Выкл</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_leds_color">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1099</x>
|
||
<y>542</y>
|
||
<width>75</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Цвет</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="leds1">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1130</x>
|
||
<y>183</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="mouseTracking">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="tabletTracking">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="focusPolicy">
|
||
<enum>Qt::NoFocus</enum>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QLabel:pressed
|
||
{
|
||
border: 2px solid red;
|
||
}</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="leds2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1130</x>
|
||
<y>221</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="leds3">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1130</x>
|
||
<y>259</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="leds4">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1130</x>
|
||
<y>297</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="leds5">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1130</x>
|
||
<y>336</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="leds6">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1130</x>
|
||
<y>374</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="leds7">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1130</x>
|
||
<y>412</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="leds8">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>1130</x>
|
||
<y>450</y>
|
||
<width>16</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QWidget" name="plotwidget" native="true">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>740</x>
|
||
<y>190</y>
|
||
<width>351</width>
|
||
<height>251</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="lcd_acceleration_x">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>540</x>
|
||
<y>530</y>
|
||
<width>81</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="toolTip">
|
||
<string><html><head/><body><p><br/></p></body></html></string>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">QLCDNumber { color: black; }</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Box</enum>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="lcd_acceleration_z">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>700</x>
|
||
<y>530</y>
|
||
<width>81</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="smallDecimalPoint">
|
||
<bool>false</bool>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLCDNumber" name="lcd_acceleration_y">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>620</x>
|
||
<y>530</y>
|
||
<width>81</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(0, 0, 0);</string>
|
||
</property>
|
||
<property name="segmentStyle">
|
||
<enum>QLCDNumber::Flat</enum>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_ambient_light">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>310</x>
|
||
<y>460</y>
|
||
<width>221</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<pointsize>8</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>Освещенность RGB</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_x">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>570</x>
|
||
<y>560</y>
|
||
<width>47</width>
|
||
<height>13</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Х</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_y">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>650</x>
|
||
<y>560</y>
|
||
<width>47</width>
|
||
<height>13</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Y</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_z">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>730</x>
|
||
<y>560</y>
|
||
<width>47</width>
|
||
<height>13</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Z</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="lubel_tumblers">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>900</x>
|
||
<y>80</y>
|
||
<width>151</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>MS Shell Dlg 2</family>
|
||
<pointsize>8</pointsize>
|
||
<bold>false</bold>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>Тумблеры</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QTextEdit" name="textEdit_message">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>70</y>
|
||
<width>291</width>
|
||
<height>521</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="pushButton_send_get">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>980</x>
|
||
<y>40</y>
|
||
<width>201</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Отправить GET запрос</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="lineEdit_GET_URL">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>40</y>
|
||
<width>531</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QCheckBox" name="checkBox_autoupdate">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>170</x>
|
||
<y>10</y>
|
||
<width>161</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Автообновление</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QSpinBox" name="spinBox_autoupdate">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>10</y>
|
||
<width>91</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimum">
|
||
<number>1</number>
|
||
</property>
|
||
<property name="maximum">
|
||
<number>1000</number>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_url_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>350</x>
|
||
<y>30</y>
|
||
<width>61</width>
|
||
<height>41</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>GET URL</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_secends">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>110</x>
|
||
<y>10</y>
|
||
<width>41</width>
|
||
<height>21</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>сек.</string>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QMenuBar" name="menubar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>1185</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<resources>
|
||
<include location="res/Res.qrc"/>
|
||
<include location="../res/Res.qrc"/>
|
||
</resources>
|
||
<connections/>
|
||
</ui>
|