Salome HOME
5b1e818fba8084b21ba52e70c5db656e99ff1476
[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_3">
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>Result Name</string>
33      </property>
34      <layout class="QFormLayout" name="formLayout">
35       <item row="0" column="0">
36        <widget class="QLabel" name="label_15">
37         <property name="text">
38          <string> Name </string>
39         </property>
40        </widget>
41       </item>
42       <item row="0" column="1">
43        <widget class="QLineEdit" name="name_le">
44         <property name="sizePolicy">
45          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
46           <horstretch>0</horstretch>
47           <verstretch>0</verstretch>
48          </sizepolicy>
49         </property>
50         <property name="maximumSize">
51          <size>
52           <width>16777215</width>
53           <height>16777215</height>
54          </size>
55         </property>
56        </widget>
57       </item>
58      </layout>
59     </widget>
60    </item>
61    <item>
62     <widget class="QGroupBox" name="groupBox_2">
63      <property name="sizePolicy">
64       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
65        <horstretch>0</horstretch>
66        <verstretch>0</verstretch>
67       </sizepolicy>
68      </property>
69      <property name="title">
70       <string>Hexa</string>
71      </property>
72      <layout class="QHBoxLayout" name="horizontalLayout">
73       <item>
74        <widget class="QRadioButton" name="quads_rb">
75         <property name="sizePolicy">
76          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
77           <horstretch>0</horstretch>
78           <verstretch>0</verstretch>
79          </sizepolicy>
80         </property>
81         <property name="text">
82          <string>Quads</string>
83         </property>
84         <property name="checked">
85          <bool>true</bool>
86         </property>
87        </widget>
88       </item>
89       <item>
90        <widget class="QRadioButton" name="vertices_rb">
91         <property name="sizePolicy">
92          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
93           <horstretch>0</horstretch>
94           <verstretch>0</verstretch>
95          </sizepolicy>
96         </property>
97         <property name="text">
98          <string>Vertices</string>
99         </property>
100        </widget>
101       </item>
102      </layout>
103     </widget>
104    </item>
105    <item>
106     <widget class="QGroupBox" name="groupBox">
107      <property name="sizePolicy">
108       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
109        <horstretch>0</horstretch>
110        <verstretch>0</verstretch>
111       </sizepolicy>
112      </property>
113      <property name="title">
114       <string>Arguments</string>
115      </property>
116      <layout class="QVBoxLayout" name="verticalLayout_2">
117       <item>
118        <widget class="QListWidget" name="quads_lw">
119         <property name="sizePolicy">
120          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
121           <horstretch>0</horstretch>
122           <verstretch>0</verstretch>
123          </sizepolicy>
124         </property>
125         <property name="toolTip">
126          <string>Select a quad</string>
127         </property>
128        </widget>
129       </item>
130       <item>
131        <widget class="QListWidget" name="vertices_lw">
132         <property name="sizePolicy">
133          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
134           <horstretch>0</horstretch>
135           <verstretch>0</verstretch>
136          </sizepolicy>
137         </property>
138         <property name="toolTip">
139          <string>Select a vertex</string>
140         </property>
141        </widget>
142       </item>
143      </layout>
144     </widget>
145    </item>
146   </layout>
147  </widget>
148  <tabstops>
149   <tabstop>name_le</tabstop>
150   <tabstop>quads_lw</tabstop>
151   <tabstop>vertices_lw</tabstop>
152   <tabstop>quads_rb</tabstop>
153   <tabstop>vertices_rb</tabstop>
154  </tabstops>
155  <resources/>
156  <connections>
157   <connection>
158    <sender>quads_rb</sender>
159    <signal>clicked()</signal>
160    <receiver>vertices_lw</receiver>
161    <slot>hide()</slot>
162    <hints>
163     <hint type="sourcelabel">
164      <x>95</x>
165      <y>45</y>
166     </hint>
167     <hint type="destinationlabel">
168      <x>173</x>
169      <y>435</y>
170     </hint>
171    </hints>
172   </connection>
173   <connection>
174    <sender>quads_rb</sender>
175    <signal>clicked()</signal>
176    <receiver>quads_lw</receiver>
177    <slot>show()</slot>
178    <hints>
179     <hint type="sourcelabel">
180      <x>74</x>
181      <y>45</y>
182     </hint>
183     <hint type="destinationlabel">
184      <x>135</x>
185      <y>220</y>
186     </hint>
187    </hints>
188   </connection>
189   <connection>
190    <sender>vertices_rb</sender>
191    <signal>clicked()</signal>
192    <receiver>vertices_lw</receiver>
193    <slot>show()</slot>
194    <hints>
195     <hint type="sourcelabel">
196      <x>252</x>
197      <y>45</y>
198     </hint>
199     <hint type="destinationlabel">
200      <x>173</x>
201      <y>435</y>
202     </hint>
203    </hints>
204   </connection>
205   <connection>
206    <sender>vertices_rb</sender>
207    <signal>clicked()</signal>
208    <receiver>quads_lw</receiver>
209    <slot>hide()</slot>
210    <hints>
211     <hint type="sourcelabel">
212      <x>252</x>
213      <y>45</y>
214     </hint>
215     <hint type="destinationlabel">
216      <x>173</x>
217      <y>258</y>
218     </hint>
219    </hints>
220   </connection>
221  </connections>
222 </ui>