git-svn-id: svn://db.shs.com.ru/libs@503 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -26,39 +26,30 @@
|
|||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QFormLayout" name="formLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||||
<property name="fieldGrowthPolicy">
|
<item>
|
||||||
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
||||||
</property>
|
|
||||||
<property name="rowWrapPolicy">
|
|
||||||
<enum>QFormLayout::DontWrapRows</enum>
|
|
||||||
</property>
|
|
||||||
<property name="labelAlignment">
|
|
||||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
||||||
</property>
|
|
||||||
<item row="0" column="0">
|
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Rows:</string>
|
<string>Rows:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item>
|
||||||
<widget class="QSpinBox" name="spinRows">
|
<widget class="QSpinBox" name="spinCols">
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>65536</number>
|
<number>65536</number>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item>
|
||||||
<widget class="QLabel" name="labelCols">
|
<widget class="QLabel" name="labelCols">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Cols:</string>
|
<string>Cols:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item>
|
||||||
<widget class="QSpinBox" name="spinCols">
|
<widget class="QSpinBox" name="spinRows">
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>65536</number>
|
<number>65536</number>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user