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