<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TestLedClass</class>
<widget class="QMainWindow" name="TestLedClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>602</width>
<height>400</height>
</rect>
</property>
<property name="windowTitle">
<string>TestLed</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QCheckBox" name="checkBoxFlash">
<property name="geometry">
<rect>
<x>50</x>
<y>70</y>
<width>76</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Flash led</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxLedBox">
<property name="geometry">
<rect>
<x>40</x>
<y>160</y>
<width>76</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>on/off led</string>
</property>
</widget>
<widget class="Led" name="led_1">
<property name="geometry">
<rect>
<x>140</x>
<y>50</y>
<width>61</width>
<height>61</height>
</rect>
</property>
<property name="diameter">
<double>10.000000000000000</double>
</property>
<property name="color">
<color>
<red>255</red>
<green>255</green>
<blue>0</blue>
</color>
</property>
<property name="state">
<bool>false</bool>
</property>
</widget>
<widget class="Led_0_6_1" name="led_0_6_1">
<property name="geometry">
<rect>
<x>140</x>
<y>140</y>
<width>71</width>
<height>71</height>
</rect>
</property>
<property name="toolTip">
<string>Binary Led</string>
</property>
<property name="whatsThis">
<string>Led widget</string>
</property>
<property name="value">
<bool>false</bool>
</property>
<property name="onColor">
<enum>Led_0_6_1::Blue</enum>
</property>
<property name="offColor">
<enum>Led_0_6_1::Grey</enum>
</property>
<property name="shape">
<enum>Led_0_6_1::Circle</enum>
</property>
</widget>
<widget class="QCheckBox" name="checkBox2">
<property name="geometry">
<rect>
<x>40</x>
<y>250</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>on/off led 2</string>
</property>
</widget>
<widget class="Led_0_6_1" name="led_0_6_2">
<property name="geometry">
<rect>
<x>150</x>
<y>240</y>
<width>50</width>
<height>50</height>
</rect>
</property>
<property name="toolTip">
<string>Binary Led</string>
</property>
<property name="whatsThis">
<string>Led widget</string>
</property>
<property name="value">
<bool>false</bool>
</property>
<property name="onColor">
<enum>Led_0_6_1::Red</enum>
</property>
<property name="offColor">
<enum>Led_0_6_1::Grey</enum>
</property>
<property name="shape">
<enum>Led_0_6_1::Rounded</enum>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>602</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>Led</class>
<extends>QWidget</extends>
<header>Led.h</header>
</customwidget>
<customwidget>
<class>Led_0_6_1</class>
<extends>QWidget</extends>
<header>Led_0_6_1.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="TestLed.qrc"/>
</resources>
<connections>
<connection>
<sender>checkBoxFlash</sender>
<signal>toggled(bool)</signal>
<receiver>led_1</receiver>
<slot>setFlashing(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>87</x>
<y>113</y>
</hint>
<hint type="destinationlabel">
<x>170</x>
<y>114</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBoxLedBox</sender>
<signal>toggled(bool)</signal>
<receiver>led_0_6_1</receiver>
<slot>setValue(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>87</x>
<y>253</y>
</hint>
<hint type="destinationlabel">
<x>185</x>
<y>259</y>
</hint>
</hints>
</connection>
<connection>
<sender>checkBox2</sender>
<signal>toggled(bool)</signal>
<receiver>led_0_6_2</receiver>
<slot>setValue(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>85</x>
<y>293</y>
</hint>
<hint type="destinationlabel">
<x>174</x>
<y>298</y>
</hint>
</hints>
</connection>
</connections>
</ui>