]> SALOME platform Git repositories - modules/hexablock.git/blob - src/HEXABLOCKGUI/Vertex_QTD.ui
Salome HOME
Merge from V6_main_20120808 08Aug12
[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>260</width>
10     <height>160</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>260</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_2">
35    <property name="sizeConstraint">
36     <enum>QLayout::SetDefaultConstraint</enum>
37    </property>
38    <item>
39     <widget class="QGroupBox" name="groupBox">
40      <property name="title">
41       <string>Arguments</string>
42      </property>
43      <layout class="QFormLayout" name="formLayout">
44       <property name="fieldGrowthPolicy">
45        <enum>QFormLayout::ExpandingFieldsGrow</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>127</width>
65           <height>16777215</height>
66          </size>
67         </property>
68        </widget>
69       </item>
70       <item row="1" column="0">
71        <widget class="QLabel" name="label">
72         <property name="sizePolicy">
73          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
74           <horstretch>0</horstretch>
75           <verstretch>0</verstretch>
76          </sizepolicy>
77         </property>
78         <property name="text">
79          <string>x : </string>
80         </property>
81        </widget>
82       </item>
83       <item row="1" column="1">
84        <widget class="QDoubleSpinBox" name="x_spb">
85         <property name="sizePolicy">
86          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
87           <horstretch>0</horstretch>
88           <verstretch>0</verstretch>
89          </sizepolicy>
90         </property>
91         <property name="decimals">
92          <number>6</number>
93         </property>
94         <property name="maximum">
95          <double>1000000000.000000000000000</double>
96         </property>
97        </widget>
98       </item>
99       <item row="2" column="0">
100        <widget class="QLabel" name="label_2">
101         <property name="sizePolicy">
102          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
103           <horstretch>0</horstretch>
104           <verstretch>0</verstretch>
105          </sizepolicy>
106         </property>
107         <property name="text">
108          <string>y : </string>
109         </property>
110        </widget>
111       </item>
112       <item row="2" column="1">
113        <widget class="QDoubleSpinBox" name="y_spb">
114         <property name="sizePolicy">
115          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
116           <horstretch>0</horstretch>
117           <verstretch>0</verstretch>
118          </sizepolicy>
119         </property>
120         <property name="decimals">
121          <number>6</number>
122         </property>
123         <property name="maximum">
124          <double>1000000000.000000000000000</double>
125         </property>
126        </widget>
127       </item>
128       <item row="3" column="0">
129        <widget class="QLabel" name="label_3">
130         <property name="sizePolicy">
131          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
132           <horstretch>0</horstretch>
133           <verstretch>0</verstretch>
134          </sizepolicy>
135         </property>
136         <property name="text">
137          <string>z : </string>
138         </property>
139        </widget>
140       </item>
141       <item row="3" column="1">
142        <widget class="QDoubleSpinBox" name="z_spb">
143         <property name="sizePolicy">
144          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
145           <horstretch>0</horstretch>
146           <verstretch>0</verstretch>
147          </sizepolicy>
148         </property>
149         <property name="decimals">
150          <number>6</number>
151         </property>
152         <property name="maximum">
153          <double>1000000000.000000000000000</double>
154         </property>
155        </widget>
156       </item>
157      </layout>
158     </widget>
159    </item>
160   </layout>
161  </widget>
162  <resources/>
163  <connections/>
164 </ui>