Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/hexablock.git] / src / HEXABLOCKGUI / MergeVertices_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MergeVerticesDialog</class>
4  <widget class="QDialog" name="MergeVerticesDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>304</width>
10     <height>360</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>MergeVertices</string>
21      </property>
22      <layout class="QGridLayout" name="gridLayout">
23       <item row="0" column="0">
24        <layout class="QHBoxLayout" name="horizontalLayout">
25         <item>
26          <widget class="QLabel" name="label">
27           <property name="text">
28            <string>Vertex 1</string>
29           </property>
30          </widget>
31         </item>
32         <item>
33          <widget class="QLineEdit" name="v0_le">
34           <property name="maximumSize">
35            <size>
36             <width>127</width>
37             <height>16777215</height>
38            </size>
39           </property>
40           <property name="readOnly">
41            <bool>false</bool>
42           </property>
43          </widget>
44         </item>
45        </layout>
46       </item>
47       <item row="1" column="0">
48        <layout class="QHBoxLayout" name="horizontalLayout_2">
49         <item>
50          <widget class="QLabel" name="label_2">
51           <property name="text">
52            <string>Vertex 2</string>
53           </property>
54          </widget>
55         </item>
56         <item>
57          <widget class="QLineEdit" name="v1_le">
58           <property name="maximumSize">
59            <size>
60             <width>127</width>
61             <height>16777215</height>
62            </size>
63           </property>
64           <property name="readOnly">
65            <bool>false</bool>
66           </property>
67          </widget>
68         </item>
69        </layout>
70       </item>
71       <item row="2" column="0">
72        <spacer name="verticalSpacer_2">
73         <property name="orientation">
74          <enum>Qt::Vertical</enum>
75         </property>
76         <property name="sizeHint" stdset="0">
77          <size>
78           <width>261</width>
79           <height>207</height>
80          </size>
81         </property>
82        </spacer>
83       </item>
84      </layout>
85     </widget>
86    </item>
87   </layout>
88  </widget>
89  <resources/>
90  <connections/>
91 </ui>