| 1 | <ui version="4.0" >
|
|---|
| 2 | <class>qdesigner_internal::GridPanel</class>
|
|---|
| 3 | <widget class="QWidget" name="qdesigner_internal::GridPanel" >
|
|---|
| 4 | <property name="geometry" >
|
|---|
| 5 | <rect>
|
|---|
| 6 | <x>0</x>
|
|---|
| 7 | <y>0</y>
|
|---|
| 8 | <width>393</width>
|
|---|
| 9 | <height>110</height>
|
|---|
| 10 | </rect>
|
|---|
| 11 | </property>
|
|---|
| 12 | <property name="windowTitle" >
|
|---|
| 13 | <string>Form</string>
|
|---|
| 14 | </property>
|
|---|
| 15 | <layout class="QVBoxLayout" >
|
|---|
| 16 | <property name="leftMargin" >
|
|---|
| 17 | <number>0</number>
|
|---|
| 18 | </property>
|
|---|
| 19 | <property name="topMargin" >
|
|---|
| 20 | <number>0</number>
|
|---|
| 21 | </property>
|
|---|
| 22 | <property name="rightMargin" >
|
|---|
| 23 | <number>0</number>
|
|---|
| 24 | </property>
|
|---|
| 25 | <property name="bottomMargin" >
|
|---|
| 26 | <number>0</number>
|
|---|
| 27 | </property>
|
|---|
| 28 | <item>
|
|---|
| 29 | <widget class="QGroupBox" name="m_gridGroupBox" >
|
|---|
| 30 | <property name="title" >
|
|---|
| 31 | <string>Grid</string>
|
|---|
| 32 | </property>
|
|---|
| 33 | <layout class="QGridLayout" >
|
|---|
| 34 | <item row="0" column="0" >
|
|---|
| 35 | <widget class="QCheckBox" name="m_visibleCheckBox" >
|
|---|
| 36 | <property name="sizePolicy" >
|
|---|
| 37 | <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
|---|
| 38 | <horstretch>0</horstretch>
|
|---|
| 39 | <verstretch>0</verstretch>
|
|---|
| 40 | </sizepolicy>
|
|---|
| 41 | </property>
|
|---|
| 42 | <property name="text" >
|
|---|
| 43 | <string>Visible</string>
|
|---|
| 44 | </property>
|
|---|
| 45 | </widget>
|
|---|
| 46 | </item>
|
|---|
| 47 | <item row="0" column="1" >
|
|---|
| 48 | <widget class="QLabel" name="label" >
|
|---|
| 49 | <property name="text" >
|
|---|
| 50 | <string>Grid &X</string>
|
|---|
| 51 | </property>
|
|---|
| 52 | <property name="buddy" >
|
|---|
| 53 | <cstring>m_deltaXSpinBox</cstring>
|
|---|
| 54 | </property>
|
|---|
| 55 | </widget>
|
|---|
| 56 | </item>
|
|---|
| 57 | <item row="0" column="2" >
|
|---|
| 58 | <widget class="QSpinBox" name="m_deltaXSpinBox" >
|
|---|
| 59 | <property name="minimum" >
|
|---|
| 60 | <number>2</number>
|
|---|
| 61 | </property>
|
|---|
| 62 | <property name="maximum" >
|
|---|
| 63 | <number>100</number>
|
|---|
| 64 | </property>
|
|---|
| 65 | </widget>
|
|---|
| 66 | </item>
|
|---|
| 67 | <item row="0" column="3" >
|
|---|
| 68 | <widget class="QCheckBox" name="m_snapXCheckBox" >
|
|---|
| 69 | <property name="sizePolicy" >
|
|---|
| 70 | <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
|---|
| 71 | <horstretch>0</horstretch>
|
|---|
| 72 | <verstretch>0</verstretch>
|
|---|
| 73 | </sizepolicy>
|
|---|
| 74 | </property>
|
|---|
| 75 | <property name="text" >
|
|---|
| 76 | <string>Snap</string>
|
|---|
| 77 | </property>
|
|---|
| 78 | </widget>
|
|---|
| 79 | </item>
|
|---|
| 80 | <item row="1" column="0" >
|
|---|
| 81 | <layout class="QHBoxLayout" >
|
|---|
| 82 | <item>
|
|---|
| 83 | <widget class="QPushButton" name="m_resetButton" >
|
|---|
| 84 | <property name="text" >
|
|---|
| 85 | <string>Reset</string>
|
|---|
| 86 | </property>
|
|---|
| 87 | </widget>
|
|---|
| 88 | </item>
|
|---|
| 89 | <item>
|
|---|
| 90 | <spacer>
|
|---|
| 91 | <property name="orientation" >
|
|---|
| 92 | <enum>Qt::Horizontal</enum>
|
|---|
| 93 | </property>
|
|---|
| 94 | <property name="sizeHint" >
|
|---|
| 95 | <size>
|
|---|
| 96 | <width>20</width>
|
|---|
| 97 | <height>20</height>
|
|---|
| 98 | </size>
|
|---|
| 99 | </property>
|
|---|
| 100 | </spacer>
|
|---|
| 101 | </item>
|
|---|
| 102 | </layout>
|
|---|
| 103 | </item>
|
|---|
| 104 | <item row="1" column="1" >
|
|---|
| 105 | <widget class="QLabel" name="label_2" >
|
|---|
| 106 | <property name="text" >
|
|---|
| 107 | <string>Grid &Y</string>
|
|---|
| 108 | </property>
|
|---|
| 109 | <property name="buddy" >
|
|---|
| 110 | <cstring>m_deltaYSpinBox</cstring>
|
|---|
| 111 | </property>
|
|---|
| 112 | </widget>
|
|---|
| 113 | </item>
|
|---|
| 114 | <item row="1" column="2" >
|
|---|
| 115 | <widget class="QSpinBox" name="m_deltaYSpinBox" >
|
|---|
| 116 | <property name="minimum" >
|
|---|
| 117 | <number>2</number>
|
|---|
| 118 | </property>
|
|---|
| 119 | <property name="maximum" >
|
|---|
| 120 | <number>100</number>
|
|---|
| 121 | </property>
|
|---|
| 122 | </widget>
|
|---|
| 123 | </item>
|
|---|
| 124 | <item row="1" column="3" >
|
|---|
| 125 | <widget class="QCheckBox" name="m_snapYCheckBox" >
|
|---|
| 126 | <property name="sizePolicy" >
|
|---|
| 127 | <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
|
|---|
| 128 | <horstretch>0</horstretch>
|
|---|
| 129 | <verstretch>0</verstretch>
|
|---|
| 130 | </sizepolicy>
|
|---|
| 131 | </property>
|
|---|
| 132 | <property name="text" >
|
|---|
| 133 | <string>Snap</string>
|
|---|
| 134 | </property>
|
|---|
| 135 | </widget>
|
|---|
| 136 | </item>
|
|---|
| 137 | </layout>
|
|---|
| 138 | </widget>
|
|---|
| 139 | </item>
|
|---|
| 140 | </layout>
|
|---|
| 141 | </widget>
|
|---|
| 142 | <resources/>
|
|---|
| 143 | <connections/>
|
|---|
| 144 | </ui>
|
|---|