]> SALOME platform Git repositories - modules/hexablock.git/blob - src/HEXABLOCKGUI/MergeEdges_QTD.ui
Salome HOME
38ecb87a05e3dc456e61193cff84cc7f6628d93e
[modules/hexablock.git] / src / HEXABLOCKGUI / MergeEdges_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MergeEdgesDialog</class>
4  <widget class="QDialog" name="MergeEdgesDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>431</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Merge Operation</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>MergeEdges</string>
21      </property>
22      <layout class="QVBoxLayout" name="verticalLayout">
23       <item>
24        <layout class="QHBoxLayout" name="horizontalLayout">
25         <item>
26          <widget class="QLabel" name="label">
27           <property name="text">
28            <string>Edge 1</string>
29           </property>
30          </widget>
31         </item>
32         <item>
33          <widget class="QLineEdit" name="e0_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>
48        <layout class="QHBoxLayout" name="horizontalLayout_2">
49         <item>
50          <widget class="QLabel" name="label_2">
51           <property name="text">
52            <string>Edge 2</string>
53           </property>
54          </widget>
55         </item>
56         <item>
57          <widget class="QLineEdit" name="e1_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>
72        <layout class="QHBoxLayout" name="horizontalLayout_3">
73         <item>
74          <widget class="QLabel" name="label_3">
75           <property name="text">
76            <string>Vertex 1</string>
77           </property>
78          </widget>
79         </item>
80         <item>
81          <widget class="QLineEdit" name="v0_le">
82           <property name="maximumSize">
83            <size>
84             <width>127</width>
85             <height>16777215</height>
86            </size>
87           </property>
88           <property name="readOnly">
89            <bool>false</bool>
90           </property>
91          </widget>
92         </item>
93        </layout>
94       </item>
95       <item>
96        <layout class="QHBoxLayout" name="horizontalLayout_4">
97         <item>
98          <widget class="QLabel" name="label_4">
99           <property name="text">
100            <string>Vertex 2</string>
101           </property>
102          </widget>
103         </item>
104         <item>
105          <widget class="QLineEdit" name="v1_le">
106           <property name="minimumSize">
107            <size>
108             <width>127</width>
109             <height>0</height>
110            </size>
111           </property>
112           <property name="maximumSize">
113            <size>
114             <width>127</width>
115             <height>16777215</height>
116            </size>
117           </property>
118           <property name="readOnly">
119            <bool>false</bool>
120           </property>
121          </widget>
122         </item>
123        </layout>
124       </item>
125       <item>
126        <spacer name="verticalSpacer">
127         <property name="orientation">
128          <enum>Qt::Vertical</enum>
129         </property>
130         <property name="sizeHint" stdset="0">
131          <size>
132           <width>20</width>
133           <height>220</height>
134          </size>
135         </property>
136        </spacer>
137       </item>
138      </layout>
139     </widget>
140    </item>
141   </layout>
142  </widget>
143  <resources/>
144  <connections/>
145 </ui>