<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>762</width> <height>396</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> <widget class="QLabel" name="ramen_pic"> <property name="geometry"> <rect> <x>130</x> <y>20</y> <width>191</width> <height>231</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> <widget class="QStackedWidget" name="stackedWidget"> <property name="geometry"> <rect> <x>0</x> <y>-30</y> <width>741</width> <height>371</height> </rect> </property> <widget class="QWidget" name="page"> <widget class="QListView" name="listView"> <property name="geometry"> <rect> <x>120</x> <y>100</y> <width>261</width> <height>261</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <family>Segoe UI</family> </font> </property> </widget> <widget class="QTextEdit" name="textEdit"> <property name="geometry"> <rect> <x>190</x> <y>130</y> <width>141</width> <height>91</height> </rect> </property> <property name="html"> <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> p, li { white-space: pre-wrap; } hr { height: 1px; border-width: 0; } li.unchecked::marker { content: "\2610"; } li.checked::marker { content: "\2612"; } </style></head><body style=" font-family:'Segoe UI'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:700;">Herzlich Willkommen</span></p> <p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bitte drücken Sie auf den Bildschirm</p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string> </property> </widget> <widget class="QRadioButton" name="radioButton"> <property name="geometry"> <rect> <x>230</x> <y>320</y> <width>69</width> <height>18</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>RadioButton</string> </property> </widget> <widget class="QPushButton" name="pushButton"> <property name="geometry"> <rect> <x>220</x> <y>250</y> <width>80</width> <height>18</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Press</string> </property> </widget> </widget> <widget class="QWidget" name="page_2"> <widget class="QLabel" name="kimchi_pic"> <property name="geometry"> <rect> <x>300</x> <y>150</y> <width>91</width> <height>91</height> </rect> </property> <property name="text"> <string>t</string> </property> </widget> <widget class="QLabel" name="garlic_pic"> <property name="geometry"> <rect> <x>420</x> <y>150</y> <width>91</width> <height>91</height> </rect> </property> <property name="text"> <string>r</string> </property> </widget> <widget class="QLabel" name="spicy_pic"> <property name="geometry"> <rect> <x>560</x> <y>150</y> <width>91</width> <height>91</height> </rect> </property> <property name="text"> <string>t</string> </property> </widget> <widget class="QTextEdit" name="textEdit_2"> <property name="geometry"> <rect> <x>60</x> <y>70</y> <width>291</width> <height>31</height> </rect> </property> <property name="html"> <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> p, li { white-space: pre-wrap; } hr { height: 1px; border-width: 0; } li.unchecked::marker { content: "\2610"; } li.checked::marker { content: "\2612"; } </style></head><body style=" font-family:'Segoe UI'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bitte wählen Sie ihr Ramen aus</p></body></html></string> </property> </widget> <widget class="QRadioButton" name="tonkotsu"> <property name="geometry"> <rect> <x>60</x> <y>140</y> <width>69</width> <height>18</height> </rect> </property> <property name="text"> <string>Tonkotsu</string> </property> </widget> <widget class="QRadioButton" name="garlic_button"> <property name="geometry"> <rect> <x>300</x> <y>130</y> <width>121</width> <height>21</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Tonkotsu_Black_Garlic_Oil </string> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>180</x> <y>150</y> <width>91</width> <height>91</height> </rect> </property> <property name="text"> <string>z</string> </property> </widget> <widget class="QPushButton" name="bestaetigen"> <property name="geometry"> <rect> <x>560</x> <y>420</y> <width>80</width> <height>18</height> </rect> </property> <property name="text"> <string>Bestaetigen</string> </property> </widget> <widget class="QRadioButton" name="kimchi_button"> <property name="geometry"> <rect> <x>190</x> <y>140</y> <width>69</width> <height>18</height> </rect> </property> <property name="text"> <string>Kimchi</string> </property> </widget> <widget class="QRadioButton" name="spicy_button"> <property name="geometry"> <rect> <x>470</x> <y>140</y> <width>69</width> <height>18</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Spicy_Kimchi</string> </property> </widget> <widget class="QPushButton" name="bestaetigen_2"> <property name="geometry"> <rect> <x>470</x> <y>280</y> <width>80</width> <height>18</height> </rect> </property> <property name="text"> <string>Bestaetigen</string> </property> </widget> </widget> </widget> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>762</width> <height>26</height> </rect> </property> <widget class="QMenu" name="menujpko"> <property name="title"> <string>Menu</string> </property> </widget> <addaction name="menujpko"/> </widget> <widget class="QStatusBar" name="statusbar"/> </widget> <resources/> <connections/> </ui>