SystemGui/Sources/Sprinkler/SprinklerGui.ui
2017-07-19 10:36:39 -04:00

51 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CSprinklerGui</class>
<widget class="QWidget" name="CSprinklerGui">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1047</width>
<height>560</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>201</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>Sprinklers network</string>
</property>
</widget>
<widget class="CToggleSwitch" name="mValveSwitch" native="true">
<property name="geometry">
<rect>
<x>220</x>
<y>90</y>
<width>91</width>
<height>81</height>
</rect>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>CToggleSwitch</class>
<extends>QWidget</extends>
<header>ToggleSwitch.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>