autocookselectionpopup.ui 6.59 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>AutoCookSelectionPopup</class>
 <widget class="QWidget" name="AutoCookSelectionPopup">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>900</width>
    <height>1600</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <property name="styleSheet">
   <string notr="true">#background { background-image: url(:/images/auto_popup/background.png); }
#pannel { background-image: url(:/images/auto_popup/pannel.png); }

QPushButton { border: none; background-repeat: no-repeat; background-position: center; }
QPushButton[style=&quot;cook&quot;] { background-image: url(:/images/auto_popup/button.png); }
QPushButton[style=&quot;cook&quot;]:pressed, QPushButton[style=&quot;cook&quot;]:focus { background-image: url(:/images/auto_popup/button_ov.png); }</string>
  </property>
  <widget class="QWidget" name="background" native="true">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>593</y>
     <width>900</width>
     <height>600</height>
    </rect>
   </property>
   <widget class="QWidget" name="pannel" native="true">
    <property name="geometry">
     <rect>
      <x>34</x>
      <y>135</y>
      <width>832</width>
      <height>365</height>
     </rect>
    </property>
    <widget class="QPushButton" name="prev">
     <property name="geometry">
      <rect>
       <x>216</x>
       <y>197</y>
       <width>125</width>
       <height>129</height>
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { background-image: url(:/images/auto_popup/prev.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/auto_popup/prev_ov.png); }</string>
     </property>
    </widget>
    <widget class="QPushButton" name="next">
     <property name="geometry">
      <rect>
       <x>491</x>
       <y>197</y>
       <width>125</width>
       <height>129</height>
      </rect>
     </property>
     <property name="styleSheet">
      <string notr="true">QPushButton { background-image: url(:/images/auto_popup/next.png); }
QPushButton:pressed, QPushButton:focus { background-image: url(:/images/auto_popup/next_ov.png); }</string>
     </property>
    </widget>
    <widget class="BulletIndicator" name="bullets" native="true">
     <property name="geometry">
      <rect>
       <x>287</x>
       <y>197</y>
       <width>250</width>
       <height>129</height>
      </rect>
     </property>
    </widget>
    <widget class="QPushButton" name="selection1">
     <property name="geometry">
      <rect>
       <x>25</x>
       <y>50</y>
       <width>261</width>
       <height>64</height>
      </rect>
     </property>
     <property name="font">
      <font>
       <pointsize>10</pointsize>
       <weight>75</weight>
       <bold>true</bold>
      </font>
     </property>
     <property name="style" stdset="0">
      <string>cook</string>
     </property>
    </widget>
    <widget class="QPushButton" name="selection2">
     <property name="geometry">
      <rect>
       <x>286</x>
       <y>50</y>
       <width>261</width>
       <height>64</height>
      </rect>
     </property>
     <property name="font">
      <font>
       <pointsize>10</pointsize>
       <weight>75</weight>
       <bold>true</bold>
      </font>
     </property>
     <property name="style" stdset="0">
      <string>cook</string>
     </property>
    </widget>
    <widget class="QPushButton" name="selection3">
     <property name="geometry">
      <rect>
       <x>547</x>
       <y>50</y>
       <width>261</width>
       <height>64</height>
      </rect>
     </property>
     <property name="font">
      <font>
       <pointsize>10</pointsize>
       <weight>75</weight>
       <bold>true</bold>
      </font>
     </property>
     <property name="style" stdset="0">
      <string>cook</string>
     </property>
    </widget>
    <widget class="QPushButton" name="selection6">
     <property name="geometry">
      <rect>
       <x>547</x>
       <y>125</y>
       <width>261</width>
       <height>64</height>
      </rect>
     </property>
     <property name="font">
      <font>
       <pointsize>10</pointsize>
       <weight>75</weight>
       <bold>true</bold>
      </font>
     </property>
     <property name="style" stdset="0">
      <string>cook</string>
     </property>
    </widget>
    <widget class="QPushButton" name="selection4">
     <property name="geometry">
      <rect>
       <x>25</x>
       <y>125</y>
       <width>261</width>
       <height>64</height>
      </rect>
     </property>
     <property name="font">
      <font>
       <pointsize>10</pointsize>
       <weight>75</weight>
       <bold>true</bold>
      </font>
     </property>
     <property name="style" stdset="0">
      <string>cook</string>
     </property>
    </widget>
    <widget class="QPushButton" name="selection5">
     <property name="geometry">
      <rect>
       <x>286</x>
       <y>125</y>
       <width>261</width>
       <height>64</height>
      </rect>
     </property>
     <property name="font">
      <font>
       <pointsize>10</pointsize>
       <weight>75</weight>
       <bold>true</bold>
      </font>
     </property>
     <property name="style" stdset="0">
      <string>cook</string>
     </property>
    </widget>
    <zorder>bullets</zorder>
    <zorder>prev</zorder>
    <zorder>next</zorder>
    <zorder>selection1</zorder>
    <zorder>selection2</zorder>
    <zorder>selection3</zorder>
    <zorder>selection6</zorder>
    <zorder>selection4</zorder>
    <zorder>selection5</zorder>
   </widget>
  </widget>
  <widget class="QPushButton" name="upperClose">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>900</width>
     <height>593</height>
    </rect>
   </property>
   <property name="focusPolicy">
    <enum>Qt::NoFocus</enum>
   </property>
  </widget>
  <widget class="QPushButton" name="lowerClose">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>1193</y>
     <width>900</width>
     <height>407</height>
    </rect>
   </property>
   <property name="focusPolicy">
    <enum>Qt::NoFocus</enum>
   </property>
  </widget>
 </widget>
 <customwidgets>
  <customwidget>
   <class>BulletIndicator</class>
   <extends>QWidget</extends>
   <header>bulletindicator.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <tabstops>
  <tabstop>selection1</tabstop>
  <tabstop>selection2</tabstop>
  <tabstop>selection3</tabstop>
  <tabstop>selection4</tabstop>
  <tabstop>selection5</tabstop>
  <tabstop>selection6</tabstop>
  <tabstop>prev</tabstop>
  <tabstop>next</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>