]> SALOME platform Git repositories - modules/hexablock.git/blob - src/HEXABLOCKGUI/Hexa_QTD.ui
Salome HOME
Porting to Paraview 3.98.1
[modules/hexablock.git] / src / HEXABLOCKGUI / Hexa_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>HexaDialog</class>
4  <widget class="QDialog" name="HexaDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>215</width>
10     <height>412</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Hexahedron Construction</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QGroupBox" name="groupBox_2">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="title">
32       <string>Hexa</string>
33      </property>
34      <layout class="QHBoxLayout" name="horizontalLayout">
35       <item>
36        <widget class="QRadioButton" name="quads_rb">
37         <property name="sizePolicy">
38          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
39           <horstretch>0</horstretch>
40           <verstretch>0</verstretch>
41          </sizepolicy>
42         </property>
43         <property name="text">
44          <string>Quads</string>
45         </property>
46         <property name="checked">
47          <bool>true</bool>
48         </property>
49        </widget>
50       </item>
51       <item>
52        <widget class="QRadioButton" name="vertices_rb">
53         <property name="sizePolicy">
54          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
55           <horstretch>0</horstretch>
56           <verstretch>0</verstretch>
57          </sizepolicy>
58         </property>
59         <property name="text">
60          <string>Vertices</string>
61         </property>
62        </widget>
63       </item>
64      </layout>
65     </widget>
66    </item>
67    <item>
68     <widget class="QGroupBox" name="groupBox">
69      <property name="sizePolicy">
70       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
71        <horstretch>0</horstretch>
72        <verstretch>0</verstretch>
73       </sizepolicy>
74      </property>
75      <property name="title">
76       <string>Arguments</string>
77      </property>
78      <layout class="QVBoxLayout" name="verticalLayout_2">
79       <item>
80        <widget class="QWidget" name="widget_3" native="true">
81         <property name="sizePolicy">
82          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
83           <horstretch>0</horstretch>
84           <verstretch>0</verstretch>
85          </sizepolicy>
86         </property>
87         <layout class="QFormLayout" name="formLayout">
88          <item row="0" column="0">
89           <widget class="QLabel" name="label_15">
90            <property name="text">
91             <string> Name </string>
92            </property>
93           </widget>
94          </item>
95          <item row="0" column="1">
96           <widget class="QLineEdit" name="name_le">
97            <property name="sizePolicy">
98             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
99              <horstretch>0</horstretch>
100              <verstretch>0</verstretch>
101             </sizepolicy>
102            </property>
103            <property name="maximumSize">
104             <size>
105              <width>16777215</width>
106              <height>16777215</height>
107             </size>
108            </property>
109           </widget>
110          </item>
111         </layout>
112        </widget>
113       </item>
114       <item>
115        <widget class="QListWidget" name="quads_lw">
116         <property name="sizePolicy">
117          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
118           <horstretch>0</horstretch>
119           <verstretch>0</verstretch>
120          </sizepolicy>
121         </property>
122         <property name="toolTip">
123          <string>Select a quad</string>
124         </property>
125        </widget>
126       </item>
127       <item>
128        <widget class="QListWidget" name="vertices_lw">
129         <property name="sizePolicy">
130          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
131           <horstretch>0</horstretch>
132           <verstretch>0</verstretch>
133          </sizepolicy>
134         </property>
135         <property name="toolTip">
136          <string>Select a vertex</string>
137         </property>
138        </widget>
139       </item>
140      </layout>
141     </widget>
142    </item>
143   </layout>
144  </widget>
145  <tabstops>
146   <tabstop>name_le</tabstop>
147   <tabstop>quads_lw</tabstop>
148   <tabstop>vertices_lw</tabstop>
149   <tabstop>quads_rb</tabstop>
150   <tabstop>vertices_rb</tabstop>
151  </tabstops>
152  <resources/>
153  <connections>
154   <connection>
155    <sender>quads_rb</sender>
156    <signal>clicked()</signal>
157    <receiver>vertices_lw</receiver>
158    <slot>hide()</slot>
159    <hints>
160     <hint type="sourcelabel">
161      <x>95</x>
162      <y>45</y>
163     </hint>
164     <hint type="destinationlabel">
165      <x>173</x>
166      <y>435</y>
167     </hint>
168    </hints>
169   </connection>
170   <connection>
171    <sender>quads_rb</sender>
172    <signal>clicked()</signal>
173    <receiver>quads_lw</receiver>
174    <slot>show()</slot>
175    <hints>
176     <hint type="sourcelabel">
177      <x>74</x>
178      <y>45</y>
179     </hint>
180     <hint type="destinationlabel">
181      <x>135</x>
182      <y>220</y>
183     </hint>
184    </hints>
185   </connection>
186   <connection>
187    <sender>vertices_rb</sender>
188    <signal>clicked()</signal>
189    <receiver>vertices_lw</receiver>
190    <slot>show()</slot>
191    <hints>
192     <hint type="sourcelabel">
193      <x>252</x>
194      <y>45</y>
195     </hint>
196     <hint type="destinationlabel">
197      <x>173</x>
198      <y>435</y>
199     </hint>
200    </hints>
201   </connection>
202   <connection>
203    <sender>vertices_rb</sender>
204    <signal>clicked()</signal>
205    <receiver>quads_lw</receiver>
206    <slot>hide()</slot>
207    <hints>
208     <hint type="sourcelabel">
209      <x>252</x>
210      <y>45</y>
211     </hint>
212     <hint type="destinationlabel">
213      <x>173</x>
214      <y>258</y>
215     </hint>
216    </hints>
217   </connection>
218  </connections>
219 </ui>