<?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>1080</width> <height>1920</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="cook"] { background-image: url(:/images/auto_popup/button.png); } QPushButton[style="cook"]:pressed, QPushButton[style="cook"]: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>711</y> <width>1080</width> <height>720</height> </rect> </property> <widget class="QWidget" name="pannel" native="true"> <property name="geometry"> <rect> <x>40</x> <y>162</y> <width>998</width> <height>438</height> </rect> </property> <widget class="QPushButton" name="prev"> <property name="geometry"> <rect> <x>259</x> <y>236</y> <width>150</width> <height>154</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>589</x> <y>236</y> <width>150</width> <height>154</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>344</x> <y>236</y> <width>300</width> <height>154</height> </rect> </property> </widget> <widget class="QPushButton" name="selection1"> <property name="geometry"> <rect> <x>30</x> <y>60</y> <width>313</width> <height>76</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>343</x> <y>60</y> <width>313</width> <height>76</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>656</x> <y>60</y> <width>313</width> <height>76</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>656</x> <y>150</y> <width>313</width> <height>76</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>30</x> <y>150</y> <width>313</width> <height>76</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>343</x> <y>150</y> <width>313</width> <height>76</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>1080</width> <height>711</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>1431</y> <width>1080</width> <height>488</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>