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