1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>GuiSelectBoundaryCodes
</class>
4 <widget class=
"QDialog" name=
"GuiSelectBoundaryCodes">
5 <property name=
"windowModality">
6 <enum>Qt::ApplicationModal
</enum>
8 <property name=
"geometry">
16 <property name=
"windowTitle">
17 <string>select boundary codes
</string>
19 <property name=
"windowIcon">
20 <iconset resource=
"engrid.qrc">
21 <normaloff>:/icons/resources/icons/G.png
</normaloff>:/icons/resources/icons/G.png
</iconset>
23 <layout class=
"QGridLayout">
24 <item row=
"0" column=
"0">
25 <widget class=
"QListWidget" name=
"listWidget"/>
27 <item row=
"0" column=
"1">
28 <layout class=
"QVBoxLayout">
30 <widget class=
"QPushButton" name=
"pushButtonSelect">
31 <property name=
"text">
32 <string>select all
</string>
37 <widget class=
"QPushButton" name=
"pushButtonDeselect">
38 <property name=
"text">
39 <string>deselect all
</string>
44 <widget class=
"QPushButton" name=
"pushButton_SaveSelectionAsGrid">
45 <property name=
"text">
46 <string>Save selection as grid
</string>
52 <property name=
"orientation">
53 <enum>Qt::Vertical
</enum>
55 <property name=
"sizeHint" stdset=
"0">
65 <item row=
"1" column=
"0" colspan=
"2">
66 <layout class=
"QHBoxLayout">
68 <widget class=
"QPushButton" name=
"pushButtonHelp">
69 <property name=
"text">
76 <property name=
"orientation">
77 <enum>Qt::Horizontal
</enum>
79 <property name=
"sizeHint" stdset=
"0">
88 <widget class=
"QDialogButtonBox" name=
"buttonBox">
89 <property name=
"orientation">
90 <enum>Qt::Horizontal
</enum>
92 <property name=
"standardButtons">
93 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok
</set>
102 <include location=
"engrid.qrc"/>
106 <sender>buttonBox
</sender>
107 <signal>accepted()
</signal>
108 <receiver>GuiSelectBoundaryCodes
</receiver>
109 <slot>accept()
</slot>
111 <hint type=
"sourcelabel">
115 <hint type=
"destinationlabel">
122 <sender>buttonBox
</sender>
123 <signal>rejected()
</signal>
124 <receiver>GuiSelectBoundaryCodes
</receiver>
125 <slot>reject()
</slot>
127 <hint type=
"sourcelabel">
131 <hint type=
"destinationlabel">