exam ui fix
This commit is contained in:
parent
cc9aa67c87
commit
34ae9f016f
1 changed files with 33 additions and 42 deletions
|
@ -51,13 +51,21 @@
|
||||||
<property name="frameShadow">
|
<property name="frameShadow">
|
||||||
<enum>QFrame::Raised</enum>
|
<enum>QFrame::Raised</enum>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<property name="rightMargin">
|
<item>
|
||||||
<number>0</number>
|
<spacer name="horizontalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<item row="0" column="1">
|
<property name="sizeHint" stdset="0">
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<size>
|
||||||
<item row="0" column="0">
|
<width>510</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
<widget class="QPushButton" name="pushButtonRevert">
|
<widget class="QPushButton" name="pushButtonRevert">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>Revert changes</p></body></html></string>
|
<string><html><head/><body><p>Revert changes</p></body></html></string>
|
||||||
|
@ -67,7 +75,7 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item>
|
||||||
<widget class="QPushButton" name="pushButtonCancel">
|
<widget class="QPushButton" name="pushButtonCancel">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>Discard and hide</p></body></html></string>
|
<string><html><head/><body><p>Discard and hide</p></body></html></string>
|
||||||
|
@ -77,7 +85,7 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="2">
|
<item>
|
||||||
<widget class="QPushButton" name="pushButtonOk">
|
<widget class="QPushButton" name="pushButtonOk">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>Save and hide</p></body></html></string>
|
<string><html><head/><body><p>Save and hide</p></body></html></string>
|
||||||
|
@ -88,23 +96,6 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
|
||||||
<item row="0" column="0">
|
|
||||||
<spacer name="horizontalSpacer">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Horizontal</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>40</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
|
||||||
<zorder></zorder>
|
|
||||||
<zorder>horizontalSpacer</zorder>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="1" column="0">
|
||||||
|
|
Loading…
Reference in a new issue