open_success.ui (774B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>success</class> 4 <widget class="QWizardPage" name="success"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>480</width> 10 <height>640</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>WizardPage</string> 15 </property> 16 <property name="title"> 17 <string>Tomb opened</string> 18 </property> 19 <property name="subTitle"> 20 <string>success</string> 21 </property> 22 <layout class="QVBoxLayout" name="verticalLayout"> 23 <item> 24 <widget class="QLabel" name="label"> 25 <property name="text"> 26 <string>You successfully opened the tomb</string> 27 </property> 28 </widget> 29 </item> 30 </layout> 31 </widget> 32 <resources/> 33 <connections/> 34 </ui>