1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>EntityGUI_4Spin1Check_QTD</class>
4 <widget class="QWidget" name="EntityGUI_4Spin1Check_QTD">
5 <property name="geometry">
13 <property name="windowTitle">
14 <string>EntityGUI_4Spin_QTD</string>
16 <layout class="QGridLayout">
17 <property name="margin">
20 <property name="spacing">
23 <item row="0" column="0">
24 <widget class="QGroupBox" name="GroupBox1">
25 <property name="title">
26 <string>Values</string>
28 <layout class="QGridLayout" name="gridLayout" columnstretch="0,1,0">
29 <item row="0" column="0">
30 <widget class="QLabel" name="TextLabel1">
31 <property name="sizePolicy">
32 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
33 <horstretch>0</horstretch>
34 <verstretch>0</verstretch>
37 <property name="text">
40 <property name="wordWrap">
45 <item row="0" column="1">
46 <widget class="SalomeApp_DoubleSpinBox" name="SpinBox_DX"/>
48 <item row="0" column="2">
49 <widget class="QPushButton" name="buttonApply">
50 <property name="text">
51 <string>Create</string>
55 <item row="1" column="0">
56 <widget class="QLabel" name="TextLabel2">
57 <property name="sizePolicy">
58 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch>
63 <property name="text">
66 <property name="wordWrap">
71 <item row="1" column="1">
72 <widget class="SalomeApp_DoubleSpinBox" name="SpinBox_DY"/>
74 <item row="1" column="2">
75 <layout class="QGridLayout">
76 <property name="margin">
79 <property name="spacing">
82 <item row="0" column="1">
83 <widget class="QPushButton" name="buttonRedo">
84 <property name="text">
89 <item row="0" column="0">
90 <widget class="QPushButton" name="buttonUndo">
91 <property name="text">
98 <item row="2" column="0">
99 <widget class="QLabel" name="TextLabel3">
100 <property name="sizePolicy">
101 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
102 <horstretch>0</horstretch>
103 <verstretch>0</verstretch>
106 <property name="text">
109 <property name="wordWrap">
114 <item row="2" column="1">
115 <widget class="SalomeApp_DoubleSpinBox" name="SpinBox_DZ"/>
117 <item row="3" column="0">
118 <widget class="QLabel" name="TextLabel4">
119 <property name="sizePolicy">
120 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
121 <horstretch>0</horstretch>
122 <verstretch>0</verstretch>
125 <property name="text">
128 <property name="wordWrap">
133 <item row="3" column="1">
134 <widget class="SalomeApp_DoubleSpinBox" name="SpinBox_DS"/>
136 <item row="4" column="0" colspan="3">
137 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0">
139 <widget class="QCheckBox" name="checkBox">
140 <property name="text">
141 <string>CheckBox</string>
146 <widget class="QLabel" name="label">
147 <property name="text">
148 <string>TextLabel</string>
153 <spacer name="horizontalSpacer">
154 <property name="orientation">
155 <enum>Qt::Horizontal</enum>
157 <property name="sizeHint" stdset="0">
172 <layoutdefault spacing="6" margin="11"/>
173 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
176 <class>SalomeApp_DoubleSpinBox</class>
177 <extends>QDoubleSpinBox</extends>
178 <header location="global">SalomeApp_DoubleSpinBox.h</header>
182 <tabstop>SpinBox_DX</tabstop>
183 <tabstop>SpinBox_DY</tabstop>
184 <tabstop>SpinBox_DZ</tabstop>
185 <tabstop>SpinBox_DS</tabstop>
186 <tabstop>buttonApply</tabstop>
187 <tabstop>buttonUndo</tabstop>
188 <tabstop>buttonRedo</tabstop>