statusarea.ui 3.46 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>StatusArea</class>
 <widget class="QWidget" name="StatusArea">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>1080</width>
    <height>511</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <property name="styleSheet">
   <string notr="true">#StatusArea { background-image: url(:/images/clock/background.png); }</string>
  </property>
  <widget class="IgnitionIcon" name="label_5">
   <property name="geometry">
    <rect>
     <x>794</x>
     <y>196</y>
     <width>133</width>
     <height>145</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="Clock" name="clock" native="true">
   <property name="geometry">
    <rect>
     <x>326</x>
     <y>43</y>
     <width>427</width>
     <height>426</height>
    </rect>
   </property>
  </widget>
  <widget class="WashWarnIcon" name="label">
   <property name="geometry">
    <rect>
     <x>960</x>
     <y>384</y>
     <width>96</width>
     <height>100</height>
    </rect>
   </property>
  </widget>
  <widget class="HalfEnergyIcon" name="label_3">
   <property name="geometry">
    <rect>
     <x>936</x>
     <y>192</y>
     <width>129</width>
     <height>80</height>
    </rect>
   </property>
  </widget>
  <widget class="DigitalClock" name="label_4">
   <property name="geometry">
    <rect>
     <x>24</x>
     <y>372</y>
     <width>720</width>
     <height>120</height>
    </rect>
   </property>
   <property name="alignment">
    <set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
   </property>
  </widget>
  <widget class="DemoIcon" name="label_2">
   <property name="geometry">
    <rect>
     <x>936</x>
     <y>276</y>
     <width>121</width>
     <height>108</height>
    </rect>
   </property>
  </widget>
  <widget class="WaterLevelIcon" name="label_6">
   <property name="geometry">
    <rect>
     <x>804</x>
     <y>348</y>
     <width>133</width>
     <height>145</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="CommIcon" name="commIcon" native="true">
   <property name="geometry">
    <rect>
     <x>20</x>
     <y>20</y>
     <width>20</width>
     <height>20</height>
    </rect>
   </property>
  </widget>
 </widget>
 <customwidgets>
  <customwidget>
   <class>Clock</class>
   <extends>QWidget</extends>
   <header>clock.h</header>
   <container>1</container>
  </customwidget>
  <customwidget>
   <class>WashWarnIcon</class>
   <extends>QLabel</extends>
   <header>washwarnicon.h</header>
  </customwidget>
  <customwidget>
   <class>DemoIcon</class>
   <extends>QLabel</extends>
   <header>demoicon.h</header>
  </customwidget>
  <customwidget>
   <class>HalfEnergyIcon</class>
   <extends>QLabel</extends>
   <header>halfenergyicon.h</header>
  </customwidget>
  <customwidget>
   <class>DigitalClock</class>
   <extends>QLabel</extends>
   <header>digitalclock.h</header>
  </customwidget>
  <customwidget>
   <class>IgnitionIcon</class>
   <extends>QLabel</extends>
   <header>ignitionicon.h</header>
  </customwidget>
  <customwidget>
   <class>WaterLevelIcon</class>
   <extends>QLabel</extends>
   <header>waterlevelicon.h</header>
  </customwidget>
  <customwidget>
   <class>CommIcon</class>
   <extends>QWidget</extends>
   <header>commicon.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>