statusarea.ui 3.45 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>900</width>
    <height>426</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>662</x>
     <y>164</y>
     <width>111</width>
     <height>121</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="Clock" name="clock" native="true">
   <property name="geometry">
    <rect>
     <x>272</x>
     <y>36</y>
     <width>356</width>
     <height>355</height>
    </rect>
   </property>
  </widget>
  <widget class="WashWarnIcon" name="label">
   <property name="geometry">
    <rect>
     <x>800</x>
     <y>320</y>
     <width>80</width>
     <height>84</height>
    </rect>
   </property>
  </widget>
  <widget class="HalfEnergyIcon" name="label_3">
   <property name="geometry">
    <rect>
     <x>780</x>
     <y>160</y>
     <width>108</width>
     <height>67</height>
    </rect>
   </property>
  </widget>
  <widget class="DigitalClock" name="label_4">
   <property name="geometry">
    <rect>
     <x>20</x>
     <y>310</y>
     <width>600</width>
     <height>100</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>780</x>
     <y>230</y>
     <width>101</width>
     <height>90</height>
    </rect>
   </property>
  </widget>
  <widget class="WaterLevelIcon" name="label_6">
   <property name="geometry">
    <rect>
     <x>670</x>
     <y>290</y>
     <width>111</width>
     <height>121</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>