programmedcookpanelbutton.ui 3.03 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ProgrammedCookPanelButton</class>
 <widget class="QWidget" name="ProgrammedCookPanelButton">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>821</width>
    <height>65</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <property name="styleSheet">
   <string notr="true">QPushButton {
background-position: center;
background-repeat: no-repeat;
border: none;
}</string>
  </property>
  <widget class="QPushButton" name="showInfoButton">
   <property name="geometry">
    <rect>
     <x>670</x>
     <y>0</y>
     <width>70</width>
     <height>65</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">QPushButton { background-image: url(:/images/etc/bar_icon_01.png); }
QPushButton:pressed { background-image: url(:/images/etc/bar_icon_01_ov.png); }
QPushButton:focus { background-image: url(:/images/etc/bar_icon_01_ov.png); }</string>
   </property>
   <property name="text">
    <string/>
   </property>
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="autoExclusive">
    <bool>true</bool>
   </property>
  </widget>
  <widget class="QPushButton" name="deleteButton">
   <property name="geometry">
    <rect>
     <x>750</x>
     <y>0</y>
     <width>60</width>
     <height>65</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">QPushButton { background-image: url(:/images/etc/bar_icon_02.png); }
QPushButton:pressed { background-image: url(:/images/etc/bar_icon_02_ov.png); }
QPushButton:focus { background-image: url(:/images/etc/bar_icon_02_ov.png); }</string>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QPushButton" name="pushButton">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>821</width>
     <height>65</height>
    </rect>
   </property>
   <property name="sizePolicy">
    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
     <horstretch>0</horstretch>
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
   <property name="minimumSize">
    <size>
     <width>821</width>
     <height>65</height>
    </size>
   </property>
   <property name="maximumSize">
    <size>
     <width>821</width>
     <height>65</height>
    </size>
   </property>
   <property name="font">
    <font>
     <family>Roboto</family>
     <pointsize>11</pointsize>
    </font>
   </property>
   <property name="styleSheet">
    <string notr="true">QPushButton {
background-image: url(:/images/etc/bar_03.png);
color: white;
text-align: left;
padding: 0px 40px;
}
QPushButton:pressed { background-image: url(:/images/etc/bar_02.png); }
QPushButton:focus { background-image: url(:/images/etc/bar_02.png); }</string>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <zorder>pushButton</zorder>
  <zorder>showInfoButton</zorder>
  <zorder>deleteButton</zorder>
 </widget>
 <resources/>
 <connections/>
</ui>