updated to modern VTK
[engrid-github.git] / src / libengrid / guimergevolumes.ui
blobbb7593b95a4506a541416d38b00b4d3349d0606e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiMergeVolumes</class>
4 <widget class="QDialog" name="GuiMergeVolumes">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>212</width>
10 <height>309</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QLabel" name="label_2">
19 <property name="text">
20 <string>first volume</string>
21 </property>
22 </widget>
23 </item>
24 <item row="0" column="1">
25 <widget class="QLabel" name="label_3">
26 <property name="text">
27 <string>second volume</string>
28 </property>
29 </widget>
30 </item>
31 <item row="1" column="0">
32 <widget class="QListWidget" name="listWidgetVC1">
33 <property name="selectionMode">
34 <enum>QAbstractItemView::SingleSelection</enum>
35 </property>
36 </widget>
37 </item>
38 <item row="1" column="1">
39 <widget class="QListWidget" name="listWidgetVC2">
40 <property name="selectionMode">
41 <enum>QAbstractItemView::SingleSelection</enum>
42 </property>
43 </widget>
44 </item>
45 <item row="2" column="0">
46 <widget class="QLabel" name="label">
47 <property name="text">
48 <string>new volume name</string>
49 </property>
50 <property name="alignment">
51 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
52 </property>
53 </widget>
54 </item>
55 <item row="2" column="1">
56 <widget class="QLineEdit" name="lineEditNewVol">
57 <property name="text">
58 <string>merged_volume</string>
59 </property>
60 </widget>
61 </item>
62 <item row="3" column="0" colspan="2">
63 <widget class="QDialogButtonBox" name="buttonBox">
64 <property name="orientation">
65 <enum>Qt::Horizontal</enum>
66 </property>
67 <property name="standardButtons">
68 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
69 </property>
70 </widget>
71 </item>
72 </layout>
73 </widget>
74 <resources/>
75 <connections>
76 <connection>
77 <sender>buttonBox</sender>
78 <signal>accepted()</signal>
79 <receiver>GuiMergeVolumes</receiver>
80 <slot>accept()</slot>
81 <hints>
82 <hint type="sourcelabel">
83 <x>248</x>
84 <y>254</y>
85 </hint>
86 <hint type="destinationlabel">
87 <x>157</x>
88 <y>274</y>
89 </hint>
90 </hints>
91 </connection>
92 <connection>
93 <sender>buttonBox</sender>
94 <signal>rejected()</signal>
95 <receiver>GuiMergeVolumes</receiver>
96 <slot>reject()</slot>
97 <hints>
98 <hint type="sourcelabel">
99 <x>316</x>
100 <y>260</y>
101 </hint>
102 <hint type="destinationlabel">
103 <x>286</x>
104 <y>274</y>
105 </hint>
106 </hints>
107 </connection>
108 </connections>
109 </ui>