Salome HOME
Merge branch 'V9_2_2_BR'
[modules/hexablock.git] / src / HEXABLOCKGUI / Law_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LawDialog</class>
4  <widget class="QDialog" name="LawDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>282</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="windowTitle">
26    <string>Law</string>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout">
29    <item>
30     <widget class="QGroupBox" name="groupBox">
31      <property name="minimumSize">
32       <size>
33        <width>0</width>
34        <height>0</height>
35       </size>
36      </property>
37      <property name="title">
38       <string/>
39      </property>
40      <layout class="QFormLayout" name="formLayout">
41       <item row="0" column="0">
42        <widget class="QLabel" name="label">
43         <property name="text">
44          <string>name :</string>
45         </property>
46        </widget>
47       </item>
48       <item row="0" column="1">
49        <widget class="QLineEdit" name="name_le">
50         <property name="sizePolicy">
51          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
52           <horstretch>0</horstretch>
53           <verstretch>0</verstretch>
54          </sizepolicy>
55         </property>
56         <property name="maximumSize">
57          <size>
58           <width>16777215</width>
59           <height>16777215</height>
60          </size>
61         </property>
62        </widget>
63       </item>
64       <item row="1" column="0">
65        <widget class="QLabel" name="label_3">
66         <property name="text">
67          <string>nb nodes</string>
68         </property>
69        </widget>
70       </item>
71       <item row="1" column="1">
72        <widget class="QSpinBox" name="nb_nodes_spb">
73         <property name="sizePolicy">
74          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
75           <horstretch>0</horstretch>
76           <verstretch>0</verstretch>
77          </sizepolicy>
78         </property>
79         <property name="minimum">
80          <number>0</number>
81         </property>
82         <property name="maximum">
83          <number>1000000</number>
84         </property>
85         <property name="value">
86          <number>0</number>
87         </property>
88        </widget>
89       </item>
90       <item row="2" column="0">
91        <widget class="QLabel" name="label_4">
92         <property name="text">
93          <string>coefficient</string>
94         </property>
95        </widget>
96       </item>
97       <item row="2" column="1">
98        <widget class="QDoubleSpinBox" name="coeff_spb">
99         <property name="sizePolicy">
100          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
101           <horstretch>0</horstretch>
102           <verstretch>0</verstretch>
103          </sizepolicy>
104         </property>
105         <property name="decimals">
106          <number>6</number>
107         </property>
108         <property name="maximum">
109          <double>1000000000.000000000000000</double>
110         </property>
111         <property name="value">
112          <double>1.000000000000000</double>
113         </property>
114        </widget>
115       </item>
116       <item row="3" column="0">
117        <widget class="QLabel" name="label_2">
118         <property name="text">
119          <string>kind : </string>
120         </property>
121        </widget>
122       </item>
123       <item row="3" column="1">
124        <widget class="QComboBox" name="kind_cb">
125         <property name="sizePolicy">
126          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
127           <horstretch>0</horstretch>
128           <verstretch>0</verstretch>
129          </sizepolicy>
130         </property>
131         <item>
132          <property name="text">
133           <string>Uniform</string>
134          </property>
135         </item>
136         <item>
137          <property name="text">
138           <string>Arithmetic</string>
139          </property>
140         </item>
141         <item>
142          <property name="text">
143           <string>Geometric</string>
144          </property>
145         </item>
146        </widget>
147       </item>
148       <item row="4" column="1">
149        <spacer name="verticalSpacer">
150         <property name="orientation">
151          <enum>Qt::Vertical</enum>
152         </property>
153         <property name="sizeHint" stdset="0">
154          <size>
155           <width>20</width>
156           <height>16777215</height>
157          </size>
158         </property>
159        </spacer>
160       </item>
161      </layout>
162     </widget>
163    </item>
164   </layout>
165  </widget>
166  <resources/>
167  <connections/>
168 </ui>