added screenshot

This commit is contained in:
Hendrik Schutter 2019-01-28 22:07:46 +01:00
parent 2d51d1e3f5
commit fdb7528111
2 changed files with 53 additions and 18 deletions

View File

@ -17,7 +17,7 @@
<widget class="QLCDNumber" name="lcdBrightness"> <widget class="QLCDNumber" name="lcdBrightness">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>280</x> <x>260</x>
<y>20</y> <y>20</y>
<width>111</width> <width>111</width>
<height>61</height> <height>61</height>
@ -27,7 +27,7 @@
<widget class="QLCDNumber" name="lcdTemperature"> <widget class="QLCDNumber" name="lcdTemperature">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>30</x>
<y>20</y> <y>20</y>
<width>111</width> <width>111</width>
<height>61</height> <height>61</height>
@ -37,7 +37,7 @@
<widget class="QLabel" name="labelBrightness"> <widget class="QLabel" name="labelBrightness">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>20</x> <x>50</x>
<y>0</y> <y>0</y>
<width>71</width> <width>71</width>
<height>18</height> <height>18</height>
@ -50,7 +50,7 @@
<widget class="QLabel" name="labelTemperature"> <widget class="QLabel" name="labelTemperature">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>300</x> <x>280</x>
<y>0</y> <y>0</y>
<width>71</width> <width>71</width>
<height>18</height> <height>18</height>
@ -63,9 +63,9 @@
<widget class="QSpinBox" name="spinBox"> <widget class="QSpinBox" name="spinBox">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>20</x>
<y>150</y> <y>150</y>
<width>46</width> <width>71</width>
<height>27</height> <height>27</height>
</rect> </rect>
</property> </property>
@ -75,7 +75,7 @@
<rect> <rect>
<x>230</x> <x>230</x>
<y>150</y> <y>150</y>
<width>46</width> <width>71</width>
<height>27</height> <height>27</height>
</rect> </rect>
</property> </property>
@ -90,7 +90,7 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>PushButton</string> <string>Increase</string>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="pushButton_2"> <widget class="QPushButton" name="pushButton_2">
@ -103,7 +103,7 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>PushButton</string> <string>Decrease</string>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="pushButton_3"> <widget class="QPushButton" name="pushButton_3">
@ -116,7 +116,7 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>PushButton</string> <string>Increase</string>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="pushButton_4"> <widget class="QPushButton" name="pushButton_4">
@ -129,33 +129,33 @@
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>PushButton</string> <string>Decrease</string>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="pushButton_5"> <widget class="QPushButton" name="pushButton_5">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>100</x> <x>110</x>
<y>150</y> <y>150</y>
<width>80</width> <width>51</width>
<height>26</height> <height>26</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>PushButton</string> <string>Set</string>
</property> </property>
</widget> </widget>
<widget class="QPushButton" name="pushButton_6"> <widget class="QPushButton" name="pushButton_6">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>310</x> <x>320</x>
<y>150</y> <y>150</y>
<width>80</width> <width>51</width>
<height>26</height> <height>26</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>PushButton</string> <string>Set</string>
</property> </property>
</widget> </widget>
<widget class="Line" name="line"> <widget class="Line" name="line">
@ -184,8 +184,37 @@
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
</widget> </widget>
<widget class="Line" name="line_3">
<property name="geometry">
<rect>
<x>190</x>
<y>110</y>
<width>20</width>
<height>81</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="Line" name="line_4">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>20</width>
<height>81</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</widget> </widget>
<widget class="QMenuBar" name="menuBar"> <widget class="QMenuBar" name="menuBar">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
@ -195,6 +224,9 @@
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuOpenFilmLight_Controller"> <widget class="QMenu" name="menuOpenFilmLight_Controller">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title"> <property name="title">
<string>OpenFilmLight Controller</string> <string>OpenFilmLight Controller</string>
</property> </property>
@ -202,11 +234,14 @@
<addaction name="menuOpenFilmLight_Controller"/> <addaction name="menuOpenFilmLight_Controller"/>
</widget> </widget>
<widget class="QToolBar" name="mainToolBar"> <widget class="QToolBar" name="mainToolBar">
<property name="enabled">
<bool>true</bool>
</property>
<attribute name="toolBarArea"> <attribute name="toolBarArea">
<enum>TopToolBarArea</enum> <enum>TopToolBarArea</enum>
</attribute> </attribute>
<attribute name="toolBarBreak"> <attribute name="toolBarBreak">
<bool>true</bool> <bool>false</bool>
</attribute> </attribute>
</widget> </widget>
<widget class="QStatusBar" name="statusBar"/> <widget class="QStatusBar" name="statusBar"/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB