6,20 → 6,35 |
<rect> |
<x>0</x> |
<y>0</y> |
<width>400</width> |
<height>316</height> |
<width>301</width> |
<height>320</height> |
</rect> |
</property> |
<property name="sizePolicy"> |
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> |
<horstretch>0</horstretch> |
<verstretch>0</verstretch> |
</sizepolicy> |
</property> |
<property name="windowTitle"> |
<string>Form</string> |
</property> |
<layout class="QVBoxLayout" name="verticalLayout"> |
<property name="spacing"> |
<property name="sizeConstraint"> |
<enum>QLayout::SetDefaultConstraint</enum> |
</property> |
<property name="leftMargin"> |
<number>5</number> |
</property> |
<property name="margin"> |
<property name="topMargin"> |
<number>5</number> |
</property> |
<property name="rightMargin"> |
<number>5</number> |
</property> |
<property name="bottomMargin"> |
<number>5</number> |
</property> |
<item> |
<layout class="QHBoxLayout" name="buttonLayout"> |
<item> |
66,12 → 81,37 |
</layout> |
</item> |
<item> |
<widget class="QListWidget" name="masterPageListBox"/> |
<widget class="QListWidget" name="masterPageListBox"> |
<property name="sizePolicy"> |
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding"> |
<horstretch>0</horstretch> |
<verstretch>0</verstretch> |
</sizepolicy> |
</property> |
<property name="minimumSize"> |
<size> |
<width>0</width> |
<height>16</height> |
</size> |
</property> |
</widget> |
</item> |
<item> |
<widget class="QPushButton" name="finishButton"> |
<property name="sizePolicy"> |
<sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
<horstretch>0</horstretch> |
<verstretch>0</verstretch> |
</sizepolicy> |
</property> |
<property name="minimumSize"> |
<size> |
<width>0</width> |
<height>32</height> |
</size> |
</property> |
<property name="text"> |
<string><<< Return to Pages Edition</string> |
<string><<< Return to Normal Page Mode</string> |
</property> |
</widget> |
</item> |