SystemGui/Sources/Chalet/ChaletGui.ui
2020-09-13 13:50:05 -04:00

222 lines
4.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CChaletGui</class>
<widget class="QWidget" name="CChaletGui">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>849</width>
<height>598</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="MainPageLabel">
<property name="geometry">
<rect>
<x>370</x>
<y>20</y>
<width>201</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Chalet</string>
</property>
</widget>
<widget class="QLabel" name="mInverterRlyStatusLabel">
<property name="geometry">
<rect>
<x>350</x>
<y>90</y>
<width>211</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Inverter Relay : OFF</string>
</property>
</widget>
<widget class="QLabel" name="mWiFiModuleStatusLabel">
<property name="geometry">
<rect>
<x>360</x>
<y>130</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>ON</string>
</property>
</widget>
<widget class="QLabel" name="mWiFiSectionLabel">
<property name="geometry">
<rect>
<x>180</x>
<y>130</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>WiFi :</string>
</property>
</widget>
<widget class="QPushButton" name="mInverterRelayOFFBtn">
<property name="geometry">
<rect>
<x>280</x>
<y>90</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Turn OFF</string>
</property>
</widget>
<widget class="QPushButton" name="mWiFiModuleOFFBtn">
<property name="geometry">
<rect>
<x>280</x>
<y>130</y>
<width>61</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Turn OFF</string>
</property>
</widget>
<widget class="QPushButton" name="mInverterRelayONBtn">
<property name="geometry">
<rect>
<x>224</x>
<y>90</y>
<width>51</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Turn ON</string>
</property>
</widget>
<widget class="QPushButton" name="mWiFiModuleONBtn">
<property name="geometry">
<rect>
<x>224</x>
<y>130</y>
<width>51</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Turn ON</string>
</property>
</widget>
<widget class="QLabel" name="mWiFiSectionLabel_2">
<property name="geometry">
<rect>
<x>170</x>
<y>90</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Inverter:</string>
</property>
</widget>
<widget class="QPushButton" name="mRebootCPUBtn">
<property name="geometry">
<rect>
<x>220</x>
<y>170</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Reboot CPU</string>
</property>
</widget>
<widget class="QCheckBox" name="mEnableHarakiriChkBx">
<property name="geometry">
<rect>
<x>640</x>
<y>80</y>
<width>111</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Enable HARAKIRI</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>620</x>
<y>50</y>
<width>151</width>
<height>81</height>
</rect>
</property>
<property name="title">
<string>HARAKIRI!!!</string>
</property>
<widget class="QPushButton" name="mDoHarakiriButton">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>101</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>DO HARAKIRI !!!</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="mBatteryVoltageLabel">
<property name="geometry">
<rect>
<x>170</x>
<y>210</y>
<width>241</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Battery Voltage</string>
</property>
</widget>
<zorder>groupBox</zorder>
<zorder>MainPageLabel</zorder>
<zorder>mInverterRlyStatusLabel</zorder>
<zorder>mWiFiModuleStatusLabel</zorder>
<zorder>mWiFiSectionLabel</zorder>
<zorder>mInverterRelayOFFBtn</zorder>
<zorder>mWiFiModuleOFFBtn</zorder>
<zorder>mInverterRelayONBtn</zorder>
<zorder>mWiFiModuleONBtn</zorder>
<zorder>mWiFiSectionLabel_2</zorder>
<zorder>mRebootCPUBtn</zorder>
<zorder>mEnableHarakiriChkBx</zorder>
<zorder>mBatteryVoltageLabel</zorder>
</widget>
<resources/>
<connections/>
</ui>