configpanelbutton.ui 2.63 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ConfigPanelButton</class>
 <widget class="QWidget" name="ConfigPanelButton">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>985</width>
    <height>78</height>
   </rect>
  </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="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/config/pannel_fav.png); }
QPushButton:pressed { background-image: url(:/images/config/pannel_fav_ov.png); }
QPushButton:focus { background-image: url(:/images/config/pannel_fav_ov.png); }</string>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QPushButton" name="favoriteButton">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>92</width>
     <height>78</height>
    </rect>
   </property>
   <property name="focusPolicy">
    <enum>Qt::TabFocus</enum>
   </property>
   <property name="styleSheet">
    <string notr="true">QPushButton
{ background-image: url(:/images/config/088_fava_02.png); }
QPushButton:pressed,
QPushButton:focus
{ background-image: url(:/images/config/088_fava_01.png); }
QPushButton:checked
{ background-image: url(:/images/config/088_fava_01.png); }
QPushButton:checked:pressed,
QPushButton:checked:focus
{ background-image: url(:/images/config/088_fava_01.png); }</string>
   </property>
   <property name="text">
    <string/>
   </property>
   <property name="checkable">
    <bool>true</bool>
   </property>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>