312 lines
6.6 KiB
XML
312 lines
6.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>OpenAuraSDKQtDialogUi</class>
|
|
<widget class="QMainWindow" name="OpenAuraSDKQtDialogUi">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>500</width>
|
|
<height>160</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>OpenAuraSDK</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<widget class="QPushButton" name="ButtonSetAll">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>80</y>
|
|
<width>80</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set All</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButtonSetZone">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>110</y>
|
|
<width>80</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set Zone</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="EditLED0R">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>50</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="EditLED0G">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>50</y>
|
|
<width>50</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="EditLED0B">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>50</y>
|
|
<width>50</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="LabelRed">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>50</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Red</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="LabelGreen">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>30</y>
|
|
<width>50</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Green</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="LabelBlue">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>30</y>
|
|
<width>50</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Blue</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="ComboDevices">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>290</x>
|
|
<y>10</y>
|
|
<width>200</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="LabelAuraDevice">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>10</y>
|
|
<width>90</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Device</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="ComboModes">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>290</x>
|
|
<y>40</y>
|
|
<width>200</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="LabelMode">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>40</y>
|
|
<width>90</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mode</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="ComboZones">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>290</x>
|
|
<y>70</y>
|
|
<width>200</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="LabelZone">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>70</y>
|
|
<width>90</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Zone</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="ComboLEDs">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>290</x>
|
|
<y>100</y>
|
|
<width>200</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="LabelLED">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>100</y>
|
|
<width>90</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>LED</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButtonSetLED">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>110</y>
|
|
<width>80</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set LED</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButtonSetDevice">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>80</y>
|
|
<width>80</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Set Device</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButtonRed">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>21</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButtonYellow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</x>
|
|
<y>10</y>
|
|
<width>21</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButtonGreen">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>10</y>
|
|
<width>21</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButtonCyan">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>10</y>
|
|
<width>21</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButtonBlue">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>10</y>
|
|
<width>21</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="ButtonMagenta">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>10</y>
|
|
<width>21</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|