compiles on openSUSE 15.4 part 2
[engrid-github.git] / src / libengrid / guidefinevolumes.ui
blob7a4a396ea2240694f45b3f4223d8edc936e2c25b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiDefineVolumes</class>
4 <widget class="QDialog" name="GuiDefineVolumes">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>475</width>
10 <height>441</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>define volumes</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QCheckBox" name="checkBox">
19 <property name="text">
20 <string>only one volume</string>
21 </property>
22 <property name="checked">
23 <bool>true</bool>
24 </property>
25 </widget>
26 </item>
27 <item row="1" column="0">
28 <widget class="QLineEdit" name="lineEdit"/>
29 </item>
30 <item row="1" column="1">
31 <widget class="QPushButton" name="pushButtonAdd">
32 <property name="text">
33 <string>add</string>
34 </property>
35 </widget>
36 </item>
37 <item row="2" column="1">
38 <widget class="QPushButton" name="pushButtonDelete">
39 <property name="text">
40 <string>delete</string>
41 </property>
42 </widget>
43 </item>
44 <item row="3" column="0" colspan="2">
45 <widget class="QListWidget" name="listWidget"/>
46 </item>
47 <item row="4" column="0" colspan="2">
48 <layout class="QHBoxLayout" name="horizontalLayout">
49 <item>
50 <widget class="QPushButton" name="pushButtonHelp">
51 <property name="text">
52 <string>Help</string>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <widget class="QDialogButtonBox" name="buttonBox">
58 <property name="orientation">
59 <enum>Qt::Horizontal</enum>
60 </property>
61 <property name="standardButtons">
62 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
63 </property>
64 </widget>
65 </item>
66 </layout>
67 </item>
68 </layout>
69 </widget>
70 <resources/>
71 <connections>
72 <connection>
73 <sender>buttonBox</sender>
74 <signal>accepted()</signal>
75 <receiver>GuiDefineVolumes</receiver>
76 <slot>accept()</slot>
77 <hints>
78 <hint type="sourcelabel">
79 <x>248</x>
80 <y>254</y>
81 </hint>
82 <hint type="destinationlabel">
83 <x>157</x>
84 <y>274</y>
85 </hint>
86 </hints>
87 </connection>
88 <connection>
89 <sender>buttonBox</sender>
90 <signal>rejected()</signal>
91 <receiver>GuiDefineVolumes</receiver>
92 <slot>reject()</slot>
93 <hints>
94 <hint type="sourcelabel">
95 <x>316</x>
96 <y>260</y>
97 </hint>
98 <hint type="destinationlabel">
99 <x>286</x>
100 <y>274</y>
101 </hint>
102 </hints>
103 </connection>
104 </connections>
105 </ui>