Salome HOME
Update copyrights
[modules/hexablock.git] / src / HEXABLOCKGUI / Vertex_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>VertexDialog</class>
4  <widget class="QDialog" name="VertexDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>228</width>
10     <height>248</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>5</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="maximumSize">
26    <size>
27     <width>16777215</width>
28     <height>16777215</height>
29    </size>
30   </property>
31   <property name="windowTitle">
32    <string>Vertex Construction</string>
33   </property>
34   <layout class="QVBoxLayout" name="verticalLayout">
35    <item>
36     <widget class="QGroupBox" name="groupBox">
37      <property name="title">
38       <string/>
39      </property>
40      <layout class="QVBoxLayout" name="verticalLayout_2">
41       <item>
42        <widget class="QWidget" name="widget" native="true">
43         <layout class="QFormLayout" name="formLayout_2">
44          <property name="fieldGrowthPolicy">
45           <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
46          </property>
47          <item row="0" column="0">
48           <widget class="QLabel" name="label_6">
49            <property name="text">
50             <string> Name </string>
51            </property>
52           </widget>
53          </item>
54          <item row="0" column="1">
55           <widget class="QLineEdit" name="name_le">
56            <property name="sizePolicy">
57             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
58              <horstretch>0</horstretch>
59              <verstretch>0</verstretch>
60             </sizepolicy>
61            </property>
62            <property name="maximumSize">
63             <size>
64              <width>16777215</width>
65              <height>16777215</height>
66             </size>
67            </property>
68           </widget>
69          </item>
70         </layout>
71        </widget>
72       </item>
73       <item>
74        <widget class="QWidget" name="widget_2" native="true">
75         <layout class="QFormLayout" name="formLayout">
76          <item row="0" column="0">
77           <widget class="QLabel" name="label">
78            <property name="sizePolicy">
79             <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
80              <horstretch>0</horstretch>
81              <verstretch>0</verstretch>
82             </sizepolicy>
83            </property>
84            <property name="text">
85             <string>x : </string>
86            </property>
87           </widget>
88          </item>
89          <item row="1" column="0">
90           <widget class="QLabel" name="label_2">
91            <property name="sizePolicy">
92             <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
93              <horstretch>0</horstretch>
94              <verstretch>0</verstretch>
95             </sizepolicy>
96            </property>
97            <property name="text">
98             <string>y : </string>
99            </property>
100           </widget>
101          </item>
102          <item row="2" column="0">
103           <widget class="QLabel" name="label_3">
104            <property name="sizePolicy">
105             <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
106              <horstretch>0</horstretch>
107              <verstretch>0</verstretch>
108             </sizepolicy>
109            </property>
110            <property name="text">
111             <string>z : </string>
112            </property>
113           </widget>
114          </item>
115          <item row="0" column="1">
116           <widget class="QLineEdit" name="x_spb">
117            <property name="sizePolicy">
118             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
119              <horstretch>0</horstretch>
120              <verstretch>0</verstretch>
121             </sizepolicy>
122            </property>
123            <property name="text">
124             <string>0</string>
125            </property>
126           </widget>
127          </item>
128          <item row="1" column="1">
129           <widget class="QLineEdit" name="y_spb">
130            <property name="sizePolicy">
131             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
132              <horstretch>0</horstretch>
133              <verstretch>0</verstretch>
134             </sizepolicy>
135            </property>
136            <property name="text">
137             <string>0</string>
138            </property>
139           </widget>
140          </item>
141          <item row="2" column="1">
142           <widget class="QLineEdit" name="z_spb">
143            <property name="sizePolicy">
144             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
145              <horstretch>0</horstretch>
146              <verstretch>0</verstretch>
147             </sizepolicy>
148            </property>
149            <property name="text">
150             <string>0</string>
151            </property>
152           </widget>
153          </item>
154         </layout>
155        </widget>
156       </item>
157       <item>
158        <spacer name="verticalSpacer">
159         <property name="orientation">
160          <enum>Qt::Vertical</enum>
161         </property>
162         <property name="sizeHint" stdset="0">
163          <size>
164           <width>20</width>
165           <height>16777215</height>
166          </size>
167         </property>
168        </spacer>
169       </item>
170      </layout>
171     </widget>
172    </item>
173   </layout>
174  </widget>
175  <resources/>
176  <connections/>
177 </ui>