OpenFilmLightController/FilmLightController/mainwindow.ui
2019-01-28 21:59:28 +01:00

218 lines
4.9 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>400</width>
<height>360</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QLCDNumber" name="lcdBrightness">
<property name="geometry">
<rect>
<x>280</x>
<y>20</y>
<width>111</width>
<height>61</height>
</rect>
</property>
</widget>
<widget class="QLCDNumber" name="lcdTemperature">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>111</width>
<height>61</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="labelBrightness">
<property name="geometry">
<rect>
<x>20</x>
<y>0</y>
<width>71</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Brightness</string>
</property>
</widget>
<widget class="QLabel" name="labelTemperature">
<property name="geometry">
<rect>
<x>300</x>
<y>0</y>
<width>71</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Temperature</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>46</width>
<height>27</height>
</rect>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_2">
<property name="geometry">
<rect>
<x>230</x>
<y>150</y>
<width>46</width>
<height>27</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>100</x>
<y>110</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>220</x>
<y>110</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_4">
<property name="geometry">
<rect>
<x>310</x>
<y>110</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_5">
<property name="geometry">
<rect>
<x>100</x>
<y>150</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_6">
<property name="geometry">
<rect>
<x>310</x>
<y>150</y>
<width>80</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>0</x>
<y>90</y>
<width>401</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
<x>0</x>
<y>190</y>
<width>401</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuOpenFilmLight_Controller">
<property name="title">
<string>OpenFilmLight Controller</string>
</property>
</widget>
<addaction name="menuOpenFilmLight_Controller"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>true</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>