]> SALOME platform Git repositories - modules/hexablock.git/blob - src/HEXABLOCKGUI/Law_QTD.ui
Salome HOME
Merge from V6_main_20120808 08Aug12
[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>168</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>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>5</width>
34        <height>0</height>
35       </size>
36      </property>
37      <property name="title">
38       <string>Arguments</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="maximumSize">
51          <size>
52           <width>127</width>
53           <height>16777215</height>
54          </size>
55         </property>
56        </widget>
57       </item>
58       <item row="1" column="0">
59        <widget class="QLabel" name="label_3">
60         <property name="text">
61          <string>nb nodes</string>
62         </property>
63        </widget>
64       </item>
65       <item row="1" column="1">
66        <widget class="QSpinBox" name="nb_nodes_spb">
67         <property name="maximum">
68          <number>1000000</number>
69         </property>
70        </widget>
71       </item>
72       <item row="2" column="0">
73        <widget class="QLabel" name="label_4">
74         <property name="text">
75          <string>coefficient</string>
76         </property>
77        </widget>
78       </item>
79       <item row="2" column="1">
80        <widget class="QDoubleSpinBox" name="coeff_spb">
81         <property name="decimals">
82          <number>6</number>
83         </property>
84         <property name="maximum">
85          <double>1000000000.000000000000000</double>
86         </property>
87        </widget>
88       </item>
89       <item row="3" column="0">
90        <widget class="QLabel" name="label_2">
91         <property name="text">
92          <string>kind : </string>
93         </property>
94        </widget>
95       </item>
96       <item row="3" column="1">
97        <widget class="QComboBox" name="kind_cb">
98         <item>
99          <property name="text">
100           <string>Uniform</string>
101          </property>
102         </item>
103         <item>
104          <property name="text">
105           <string>Arithmetic</string>
106          </property>
107         </item>
108         <item>
109          <property name="text">
110           <string>Geometric</string>
111          </property>
112         </item>
113        </widget>
114       </item>
115      </layout>
116     </widget>
117    </item>
118   </layout>
119  </widget>
120  <resources/>
121  <connections/>
122 </ui>