cookpanelbutton.ui 3.13 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>CookPanelButton</class>
 <widget class="QWidget" name="CookPanelButton">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>985</width>
    <height>78</height>
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="minimumSize">
   <size>
    <width>985</width>
    <height>78</height>
   </size>
  </property>
  <property name="styleSheet">
   <string notr="true">QPushButton {
background-position: center;
background-repeat: no-repeat;
border: none;
}</string>
  </property>
  <widget class="QPushButton" name="pushButton">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>985</width>
     <height>78</height>
    </rect>
   </property>
   <property name="sizePolicy">
    <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
     <horstretch>0</horstretch>
     <verstretch>0</verstretch>
    </sizepolicy>
   </property>
   <property name="minimumSize">
    <size>
     <width>985</width>
     <height>78</height>
    </size>
   </property>
   <property name="maximumSize">
    <size>
     <width>985</width>
     <height>78</height>
    </size>
   </property>
   <property name="font">
    <font>
     <family>Roboto</family>
     <pointsize>13</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 48px;
}
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>
  <widget class="QPushButton" name="showInfoButton">
   <property name="geometry">
    <rect>
     <x>804</x>
     <y>0</y>
     <width>84</width>
     <height>78</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>900</x>
     <y>0</y>
     <width>72</width>
     <height>78</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>
 <resources/>
 <connections/>
</ui>