]> SALOME platform Git repositories - modules/hexablock.git/blob - src/HEXABLOCKGUI/Law_QTD.ui
Salome HOME
1f9dbd1f8f3e10bbb2aec918a5d276afdfe11418
[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="sizePolicy">
51          <sizepolicy hsizetype="Minimum" 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="maximum">
74          <number>1000000</number>
75         </property>
76        </widget>
77       </item>
78       <item row="2" column="0">
79        <widget class="QLabel" name="label_4">
80         <property name="text">
81          <string>coefficient</string>
82         </property>
83        </widget>
84       </item>
85       <item row="2" column="1">
86        <widget class="QDoubleSpinBox" name="coeff_spb">
87         <property name="decimals">
88          <number>6</number>
89         </property>
90         <property name="maximum">
91          <double>1000000000.000000000000000</double>
92         </property>
93        </widget>
94       </item>
95       <item row="3" column="0">
96        <widget class="QLabel" name="label_2">
97         <property name="text">
98          <string>kind : </string>
99         </property>
100        </widget>
101       </item>
102       <item row="3" column="1">
103        <widget class="QComboBox" name="kind_cb">
104         <property name="sizePolicy">
105          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
106           <horstretch>0</horstretch>
107           <verstretch>0</verstretch>
108          </sizepolicy>
109         </property>
110         <item>
111          <property name="text">
112           <string>Uniform</string>
113          </property>
114         </item>
115         <item>
116          <property name="text">
117           <string>Arithmetic</string>
118          </property>
119         </item>
120         <item>
121          <property name="text">
122           <string>Geometric</string>
123          </property>
124         </item>
125        </widget>
126       </item>
127      </layout>
128     </widget>
129    </item>
130   </layout>
131  </widget>
132  <resources/>
133  <connections/>
134 </ui>