Salome HOME
IMP: Verima / New Plugin: Added a plugin for meshers quality testing (work done at...
[modules/smesh.git] / src / Tools / Verima / Gui / desFenetreChoix.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Choix</class>
4  <widget class="QDialog" name="Choix">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>421</width>
10     <height>633</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Verification de Maillage</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>Tables </string>
21      </property>
22      <widget class="QPushButton" name="PBMailleur">
23       <property name="geometry">
24        <rect>
25         <x>30</x>
26         <y>30</y>
27         <width>271</width>
28         <height>28</height>
29        </rect>
30       </property>
31       <property name="text">
32        <string>Table Mailleurs</string>
33       </property>
34      </widget>
35      <widget class="QPushButton" name="PBMaillage">
36       <property name="geometry">
37        <rect>
38         <x>30</x>
39         <y>70</y>
40         <width>271</width>
41         <height>28</height>
42        </rect>
43       </property>
44       <property name="text">
45        <string>Table Maillages</string>
46       </property>
47      </widget>
48      <widget class="QPushButton" name="PBVersion">
49       <property name="geometry">
50        <rect>
51         <x>30</x>
52         <y>110</y>
53         <width>271</width>
54         <height>28</height>
55        </rect>
56       </property>
57       <property name="text">
58        <string>Table Versions</string>
59       </property>
60      </widget>
61      <widget class="QPushButton" name="PBMachine">
62       <property name="geometry">
63        <rect>
64         <x>30</x>
65         <y>150</y>
66         <width>271</width>
67         <height>28</height>
68        </rect>
69       </property>
70       <property name="text">
71        <string>Table Machines</string>
72       </property>
73      </widget>
74      <widget class="QPushButton" name="PBPerf">
75       <property name="geometry">
76        <rect>
77         <x>30</x>
78         <y>390</y>
79         <width>271</width>
80         <height>28</height>
81        </rect>
82       </property>
83       <property name="text">
84        <string>Table Performances</string>
85       </property>
86      </widget>
87      <widget class="QPushButton" name="PBGroupe">
88       <property name="geometry">
89        <rect>
90         <x>30</x>
91         <y>270</y>
92         <width>271</width>
93         <height>28</height>
94        </rect>
95       </property>
96       <property name="text">
97        <string>Table Groupes</string>
98       </property>
99      </widget>
100      <widget class="QPushButton" name="PBMaille">
101       <property name="geometry">
102        <rect>
103         <x>30</x>
104         <y>230</y>
105         <width>271</width>
106         <height>28</height>
107        </rect>
108       </property>
109       <property name="text">
110        <string>Table Mailles</string>
111       </property>
112      </widget>
113      <widget class="QPushButton" name="PBRatio">
114       <property name="geometry">
115        <rect>
116         <x>30</x>
117         <y>310</y>
118         <width>271</width>
119         <height>28</height>
120        </rect>
121       </property>
122       <property name="text">
123        <string>Table Ratios</string>
124       </property>
125      </widget>
126      <widget class="QPushButton" name="PBGroupesRef">
127       <property name="geometry">
128        <rect>
129         <x>30</x>
130         <y>190</y>
131         <width>271</width>
132         <height>28</height>
133        </rect>
134       </property>
135       <property name="text">
136        <string>Table Groupes Référence</string>
137       </property>
138      </widget>
139      <widget class="QPushButton" name="PBTaille">
140       <property name="geometry">
141        <rect>
142         <x>30</x>
143         <y>350</y>
144         <width>271</width>
145         <height>28</height>
146        </rect>
147       </property>
148       <property name="text">
149        <string>Table Tailles</string>
150       </property>
151      </widget>
152     </widget>
153    </item>
154    <item row="1" column="0">
155     <widget class="QDialogButtonBox" name="buttonBox">
156      <property name="orientation">
157       <enum>Qt::Horizontal</enum>
158      </property>
159      <property name="standardButtons">
160       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
161      </property>
162     </widget>
163    </item>
164   </layout>
165  </widget>
166  <resources/>
167  <connections>
168   <connection>
169    <sender>buttonBox</sender>
170    <signal>accepted()</signal>
171    <receiver>Choix</receiver>
172    <slot>accept()</slot>
173    <hints>
174     <hint type="sourcelabel">
175      <x>248</x>
176      <y>254</y>
177     </hint>
178     <hint type="destinationlabel">
179      <x>157</x>
180      <y>274</y>
181     </hint>
182    </hints>
183   </connection>
184   <connection>
185    <sender>buttonBox</sender>
186    <signal>rejected()</signal>
187    <receiver>Choix</receiver>
188    <slot>reject()</slot>
189    <hints>
190     <hint type="sourcelabel">
191      <x>316</x>
192      <y>260</y>
193     </hint>
194     <hint type="destinationlabel">
195      <x>286</x>
196      <y>274</y>
197     </hint>
198    </hints>
199   </connection>
200  </connections>
201 </ui>