SystemGui/Sources/Sprinkler/SprinklerDeviceGuiItem.ui
Jean-Francois Martel 2c22dda0f4 Sprinkler
2017-04-23 10:16:06 -04:00

75 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CSprinklerDeviceGuiItem</class>
<widget class="QWidget" name="CSprinklerDeviceGuiItem">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>540</width>
<height>399</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="SprinklerAddress">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Address : </string>
</property>
</widget>
<widget class="QLabel" name="SprinklerFlowSpeed">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>131</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Flow speed :</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>100</y>
<width>54</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>State : </string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>220</x>
<y>20</y>
<width>80</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>