configfavoritebutton.ui 2.66 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ConfigFavoriteButton</class>
 <widget class="QWidget" name="ConfigFavoriteButton">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>821</width>
    <height>65</height>
   </rect>
  </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="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="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/config/pannel.png);
	color : white; 
 	text-align: left;
	border : 20px;
	padding-left : 20px;
}
QPushButton:pressed { background-image: url(:/images/config/pannel_ov.png); }
QPushButton:focus { background-image: url(:/images/config/pannel_ov.png); }</string>
   </property>
   <property name="text">
    <string>test</string>
   </property>
  </widget>
  <widget class="QPushButton" name="favoriteButton">
   <property name="geometry">
    <rect>
     <x>650</x>
     <y>0</y>
     <width>77</width>
     <height>65</height>
    </rect>
   </property>
   <property name="focusPolicy">
    <enum>Qt::NoFocus</enum>
   </property>
   <property name="styleSheet">
    <string notr="true">QPushButton { background-image: url(:/images/config/100_fav_pannel_icon.png); }
QPushButton:checked { background-image: url(:/images/config/100_fav_pannel_icon_ov.png); }</string>
   </property>
   <property name="text">
    <string/>
   </property>
   <property name="checkable">
    <bool>false</bool>
   </property>
   <property name="checked">
    <bool>false</bool>
   </property>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>