|
@@ -14,21 +14,7 @@
|
|
|
<string>Dialog</string>
|
|
|
</property>
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
- <item row="1" column="0">
|
|
|
- <widget class="QPushButton" name="previousPushButton">
|
|
|
- <property name="text">
|
|
|
- <string>Previous</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="1">
|
|
|
- <widget class="QPushButton" name="nextPushButton">
|
|
|
- <property name="text">
|
|
|
- <string>Next</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="0" column="0" colspan="2">
|
|
|
+ <item row="1" column="0" colspan="2">
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
|
<property name="currentIndex">
|
|
|
<number>2</number>
|
|
@@ -797,6 +783,30 @@
|
|
|
</widget>
|
|
|
</widget>
|
|
|
</item>
|
|
|
+ <item row="2" column="0">
|
|
|
+ <widget class="QPushButton" name="previousPushButton">
|
|
|
+ <property name="text">
|
|
|
+ <string>Previous</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="1">
|
|
|
+ <widget class="QPushButton" name="nextPushButton">
|
|
|
+ <property name="text">
|
|
|
+ <string>Next</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="0" colspan="2">
|
|
|
+ <widget class="QLabel" name="logoLabel">
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<tabstops>
|