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