<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>status</class>
 <widget class="QWidget" name="status">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>185</width>
    <height>530</height>
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="maximumSize">
   <size>
    <width>185</width>
    <height>530</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>Sidebar User Tab</string>
  </property>
  <property name="sidebar" stdset="0">
   <bool>true</bool>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0,0,0,0,0">
   <property name="spacing">
    <number>15</number>
   </property>
   <property name="leftMargin">
    <number>0</number>
   </property>
   <property name="topMargin">
    <number>5</number>
   </property>
   <property name="rightMargin">
    <number>0</number>
   </property>
   <property name="bottomMargin">
    <number>10</number>
   </property>
   <item>
    <widget class="HalButton" name="ind_air">
     <property name="enabled">
      <bool>false</bool>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>185</width>
       <height>0</height>
      </size>
     </property>
     <property name="maximumSize">
      <size>
       <width>185</width>
       <height>16777215</height>
      </size>
     </property>
     <property name="font">
      <font>
       <family>Probe Basic Bebas Mono</family>
       <pointsize>40</pointsize>
       <italic>false</italic>
       <bold>false</bold>
      </font>
     </property>
     <property name="focusPolicy">
      <enum>Qt::FocusPolicy::NoFocus</enum>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton {
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    background: rgb(89, 217, 18);
    font: 40pt &quot;Probe Basic Bebas Mono&quot;;
}

QPushButton:checked[flashState=&quot;true&quot;] {
    background: red;
    color: rgb(61, 56, 70);
}

/*QPushButton:checked[flashState=&quot;false&quot;] {
    background: yellow;
    color: black;
}*/

QPushButton:disabled {
    color: white;
}
</string>
     </property>
     <property name="text">
      <string>AIR</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <property name="checked">
      <bool>false</bool>
     </property>
     <property name="flashOnChecked" stdset="0">
      <bool>true</bool>
     </property>
     <property name="pulseOnPress" stdset="0">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="HalButton" name="ind_flood">
     <property name="enabled">
      <bool>false</bool>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>0</height>
      </size>
     </property>
     <property name="font">
      <font>
       <family>Probe Basic Bebas Mono</family>
       <pointsize>36</pointsize>
       <italic>false</italic>
       <bold>false</bold>
       <kerning>true</kerning>
      </font>
     </property>
     <property name="focusPolicy">
      <enum>Qt::FocusPolicy::NoFocus</enum>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton {
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    font: 36pt &quot;Probe Basic Bebas Mono&quot;;
}

/*QPushButton:checked[flashState=&quot;true&quot;] {
    background: red;
    color: white;
}*/

QPushButton:checked {
    background: rgb(249, 240, 107);
    color: rgb(36, 31, 49);
}

QPushButton:disabled {
    color: white;
    background: rgb(61, 56, 70);
}</string>
     </property>
     <property name="text">
      <string>FLOOD</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <property name="checked">
      <bool>false</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="HalButton" name="ind_mist">
     <property name="enabled">
      <bool>false</bool>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>0</height>
      </size>
     </property>
     <property name="focusPolicy">
      <enum>Qt::FocusPolicy::NoFocus</enum>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton {
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    font: 36pt &quot;Probe Basic Bebas Mono&quot;;
}

/*QPushButton:checked[flashState=&quot;true&quot;] {
    background: red;
    color: white;
}*/

QPushButton:checked {
    background: rgb(249, 240, 107);
    color: rgb(36, 31, 49);
}

QPushButton:disabled {
    color: white;
    background: rgb(61, 56, 70);
}</string>
     </property>
     <property name="text">
      <string>MIST</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="HalButton" name="ind_wash">
     <property name="enabled">
      <bool>false</bool>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>0</height>
      </size>
     </property>
     <property name="focusPolicy">
      <enum>Qt::FocusPolicy::NoFocus</enum>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton {
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    font: 36pt &quot;Probe Basic Bebas Mono&quot;;
}

/*QPushButton:checked[flashState=&quot;true&quot;] {
    background: red;
    color: white;
}*/

QPushButton:checked {
    background: rgb(249, 240, 107);
    color: rgb(36, 31, 49);
}

QPushButton:disabled {
    color: white;
    background: rgb(61, 56, 70);
}</string>
     </property>
     <property name="text">
      <string>WASH</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <property name="checked">
      <bool>false</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="HalButton" name="ind_spinlock">
     <property name="enabled">
      <bool>false</bool>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>0</height>
      </size>
     </property>
     <property name="focusPolicy">
      <enum>Qt::FocusPolicy::NoFocus</enum>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton {
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    font: 36pt &quot;Probe Basic Bebas Mono&quot;;
}

/*QPushButton:checked[flashState=&quot;true&quot;] {
    background: red;
    color: white;
}*/

QPushButton:checked[flashState=&quot;true&quot;] {
    background: rgb(249, 240, 107);
    color: rgb(36, 31, 49);
}

QPushButton:disabled {
    color: white;
    background: rgb(61, 56, 70);
}</string>
     </property>
     <property name="text">
      <string>SPN LOCK</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <property name="checked">
      <bool>false</bool>
     </property>
     <property name="flashOnChecked" stdset="0">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="HalButton" name="ind_probe">
     <property name="enabled">
      <bool>false</bool>
     </property>
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>0</height>
      </size>
     </property>
     <property name="focusPolicy">
      <enum>Qt::FocusPolicy::NoFocus</enum>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton {
    border-color: black;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
    font: 36pt &quot;Probe Basic Bebas Mono&quot;;
}

/*QPushButton:checked[flashState=&quot;true&quot;] {
    background: red;
    color: white;
}*/

QPushButton:checked {
    background: red;
    color: rgb(36, 31, 49);
}

QPushButton:disabled {
    color: white;
    background: rgb(61, 56, 70);
}</string>
     </property>
     <property name="text">
      <string>PROBE</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <property name="checked">
      <bool>false</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QFrame" name="frame">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="minimumSize">
      <size>
       <width>0</width>
       <height>0</height>
      </size>
     </property>
     <property name="maximumSize">
      <size>
       <width>16777215</width>
       <height>16777215</height>
      </size>
     </property>
     <property name="frameShape">
      <enum>QFrame::Shape::StyledPanel</enum>
     </property>
     <property name="frameShadow">
      <enum>QFrame::Shadow::Raised</enum>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>HalButton</class>
   <extends>QPushButton</extends>
   <header>qtpyvcp.widgets.hal_widgets.hal_button</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>
