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

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB