Загрузил(а) файлы в ''

This commit is contained in:
vova 2023-06-03 14:23:43 +03:00
parent e2366d4484
commit fc4fe2fbc2
2 changed files with 75 additions and 39 deletions

View File

@ -36,28 +36,28 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>SEND Post</string> <string>Отправить POST запрос</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_url"> <widget class="QLabel" name="label_url">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>310</x>
<y>0</y> <y>0</y>
<width>51</width> <width>41</width>
<height>41</height> <height>41</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>URL</string> <string>Get URL</string>
</property> </property>
</widget> </widget>
<widget class="QLineEdit" name="lineEdit_URL"> <widget class="QLineEdit" name="lineEdit_URL">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>50</x> <x>350</x>
<y>10</y> <y>10</y>
<width>981</width> <width>681</width>
<height>21</height> <height>21</height>
</rect> </rect>
</property> </property>
@ -72,7 +72,7 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>Body message</string> <string>Журнал запросов</string>
</property> </property>
</widget> </widget>
<widget class="QLCDNumber" name="lcd_temp"> <widget class="QLCDNumber" name="lcd_temp">
@ -117,7 +117,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget class="QLCDNumber" name="lcd_rgb_r"> <widget class="QLCDNumber" name="lcd_red_light">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>540</x> <x>540</x>
@ -148,7 +148,7 @@
<double>5.000000000000000</double> <double>5.000000000000000</double>
</property> </property>
</widget> </widget>
<widget class="QLCDNumber" name="lcd_rgb_g"> <widget class="QLCDNumber" name="lcd_green_light">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>620</x> <x>620</x>
@ -167,7 +167,7 @@
<double>5.000000000000000</double> <double>5.000000000000000</double>
</property> </property>
</widget> </widget>
<widget class="QLCDNumber" name="lcd_rgb_b"> <widget class="QLCDNumber" name="lcd_blue_light">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>700</x> <x>700</x>
@ -226,7 +226,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>804</x> <x>804</x>
<y>100</y> <y>110</y>
<width>61</width> <width>61</width>
<height>51</height> <height>51</height>
</rect> </rect>
@ -245,7 +245,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>804</x> <x>804</x>
<y>100</y> <y>110</y>
<width>61</width> <width>61</width>
<height>51</height> <height>51</height>
</rect> </rect>
@ -420,7 +420,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>904</x> <x>904</x>
<y>100</y> <y>110</y>
<width>61</width> <width>61</width>
<height>51</height> <height>51</height>
</rect> </rect>
@ -439,7 +439,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>904</x> <x>904</x>
<y>100</y> <y>110</y>
<width>61</width> <width>61</width>
<height>51</height> <height>51</height>
</rect> </rect>
@ -458,7 +458,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>994</x> <x>994</x>
<y>100</y> <y>110</y>
<width>61</width> <width>61</width>
<height>51</height> <height>51</height>
</rect> </rect>
@ -477,7 +477,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>994</x> <x>994</x>
<y>100</y> <y>110</y>
<width>61</width> <width>61</width>
<height>51</height> <height>51</height>
</rect> </rect>
@ -528,7 +528,7 @@
<double>5.000000000000000</double> <double>5.000000000000000</double>
</property> </property>
</widget> </widget>
<widget class="QLCDNumber" name="lcd_illumination"> <widget class="QLCDNumber" name="lcd_lightness">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>550</x> <x>550</x>
@ -564,7 +564,7 @@
<string>Освещенность</string> <string>Освещенность</string>
</property> </property>
</widget> </widget>
<widget class="QLCDNumber" name="lcd_illumination2"> <widget class="QLCDNumber" name="lcd_abient_light">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>550</x> <x>550</x>
@ -597,7 +597,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Освещенность</string> <string>Освещенность окружения</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_accelorometer"> <widget class="QLabel" name="label_accelorometer">
@ -836,7 +836,7 @@
</rect> </rect>
</property> </property>
</widget> </widget>
<widget class="QLCDNumber" name="lcd_xyz_x"> <widget class="QLCDNumber" name="lcd_acceleration_x">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>540</x> <x>540</x>
@ -864,7 +864,7 @@
<enum>QLCDNumber::Flat</enum> <enum>QLCDNumber::Flat</enum>
</property> </property>
</widget> </widget>
<widget class="QLCDNumber" name="lcd_xyz_z"> <widget class="QLCDNumber" name="lcd_acceleration_z">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>700</x> <x>700</x>
@ -880,7 +880,7 @@
<enum>QLCDNumber::Flat</enum> <enum>QLCDNumber::Flat</enum>
</property> </property>
</widget> </widget>
<widget class="QLCDNumber" name="lcd_xyz_y"> <widget class="QLCDNumber" name="lcd_acceleration_y">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>620</x> <x>620</x>
@ -896,7 +896,7 @@
<enum>QLCDNumber::Flat</enum> <enum>QLCDNumber::Flat</enum>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_rgb_illumination"> <widget class="QLabel" name="label_abient_light">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>310</x> <x>310</x>
@ -913,7 +913,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Освещенность</string> <string>Освещенность RGB</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_x"> <widget class="QLabel" name="label_x">
@ -959,7 +959,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>900</x> <x>900</x>
<y>60</y> <y>80</y>
<width>81</width> <width>81</width>
<height>20</height> <height>20</height>
</rect> </rect>
@ -990,25 +990,61 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>1050</x> <x>1050</x>
<y>50</y> <y>40</y>
<width>101</width> <width>101</width>
<height>21</height> <height>21</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>SEND Get request</string> <string>Отправить GET запрос</string>
</property> </property>
</widget> </widget>
<widget class="QLineEdit" name="lineEdit_request"> <widget class="QLineEdit" name="lineEdit_request">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>790</x> <x>350</x>
<y>40</y> <y>40</y>
<width>241</width> <width>681</width>
<height>21</height> <height>21</height>
</rect> </rect>
</property> </property>
</widget> </widget>
<widget class="QCheckBox" name="checkBox_autoupdate">
<property name="geometry">
<rect>
<x>140</x>
<y>10</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Автообновление</string>
</property>
</widget>
<widget class="QTimeEdit" name="timeEdit_autoupdate">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>121</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_url_2">
<property name="geometry">
<rect>
<x>310</x>
<y>30</y>
<width>41</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Post URL</string>
</property>
</widget>
</widget> </widget>
<widget class="QMenuBar" name="menubar"> <widget class="QMenuBar" name="menubar">
<property name="geometry"> <property name="geometry">

View File

@ -1,8 +1,8 @@
label_6 = label_temp label_6 = label_temp
label_13 = label_pressure label_13 = label_pressure
label_14 = label_illumination label_14 = label_illumination
label_15 = label_illumination2 label_15 = label_abient_light (label_illumination2)
label_16 = label_rgb_illumination label_16 = label_abient_light
label_34 = label_accelorometer label_34 = label_accelorometer
label_4 = lubel_tumblers label_4 = lubel_tumblers
label = label_url label = label_url
@ -29,14 +29,14 @@ pushButton_3 = pushButton_switch_lamp2
pushButton_4 = pushButton_switch_lamp3 pushButton_4 = pushButton_switch_lamp3
lcdNumber = lcd_temp lcdNumber = lcd_temp
lcdNumber_7 = lcd_illumination lcdNumber_7 = lcd_lightness (lcd_illumination)
lcdNumber_8 = lcd_illumination2 lcdNumber_8 = lcd_abient_light(lcd_illumination2)
lcdNumber_2 = lcd_rgb_r lcdNumber_2 = lcd_red_light (lcd_rgb_r)
lcdNumber_3= lcd_rgb_g lcdNumber_3 = lcd_green_light(lcd_rgb_g)
lcdNumber_4 = lcd_rgb_b lcdNumber_4 = lcd_blue_light(lcd_rgb_b)
lcdNumber_5 = lcd_xyz_x lcdNumber_5 = lcd_acceleration_x (lcd_xyz_x)
lcdNumber_9 = lcd_xyz_y lcdNumber_9 = lcd_acceleration_y (lcd_xyz_y)
lcdNumber_6 = lcd_xyz_z lcdNumber_6 = lcd_acceleration_z (lcd_xyz_z)
vikl_b = pushButton_leds_off vikl_b = pushButton_leds_off
vkl_b = pushButton_leds_on vkl_b = pushButton_leds_on