de-activated insert-points for now
[engrid.git] / src / guiselectboundarycodes.ui
blob38efb591192b984703a667cf1b07db1252a9b8c4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiSelectBoundaryCodes</class>
4 <widget class="QDialog" name="GuiSelectBoundaryCodes">
5 <property name="windowModality">
6 <enum>Qt::ApplicationModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>376</width>
13 <height>284</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string>select boundary codes</string>
18 </property>
19 <property name="windowIcon">
20 <iconset resource="engrid.qrc">
21 <normaloff>:/icons/resources/icons/G.png</normaloff>:/icons/resources/icons/G.png</iconset>
22 </property>
23 <layout class="QGridLayout">
24 <item row="0" column="0">
25 <widget class="QListWidget" name="listWidget"/>
26 </item>
27 <item row="0" column="1">
28 <layout class="QVBoxLayout">
29 <item>
30 <widget class="QPushButton" name="pushButtonSelect">
31 <property name="text">
32 <string>select all</string>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="QPushButton" name="pushButtonDeselect">
38 <property name="text">
39 <string>deselect all</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="QPushButton" name="pushButton_SaveSelectionAsGrid">
45 <property name="text">
46 <string>Save selection as grid</string>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <spacer>
52 <property name="orientation">
53 <enum>Qt::Vertical</enum>
54 </property>
55 <property name="sizeHint" stdset="0">
56 <size>
57 <width>20</width>
58 <height>40</height>
59 </size>
60 </property>
61 </spacer>
62 </item>
63 </layout>
64 </item>
65 <item row="1" column="0" colspan="2">
66 <layout class="QHBoxLayout">
67 <item>
68 <widget class="QPushButton" name="pushButtonHelp">
69 <property name="text">
70 <string>Help</string>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <spacer>
76 <property name="orientation">
77 <enum>Qt::Horizontal</enum>
78 </property>
79 <property name="sizeHint" stdset="0">
80 <size>
81 <width>40</width>
82 <height>20</height>
83 </size>
84 </property>
85 </spacer>
86 </item>
87 <item>
88 <widget class="QDialogButtonBox" name="buttonBox">
89 <property name="orientation">
90 <enum>Qt::Horizontal</enum>
91 </property>
92 <property name="standardButtons">
93 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
94 </property>
95 </widget>
96 </item>
97 </layout>
98 </item>
99 </layout>
100 </widget>
101 <resources>
102 <include location="engrid.qrc"/>
103 </resources>
104 <connections>
105 <connection>
106 <sender>buttonBox</sender>
107 <signal>accepted()</signal>
108 <receiver>GuiSelectBoundaryCodes</receiver>
109 <slot>accept()</slot>
110 <hints>
111 <hint type="sourcelabel">
112 <x>248</x>
113 <y>254</y>
114 </hint>
115 <hint type="destinationlabel">
116 <x>157</x>
117 <y>274</y>
118 </hint>
119 </hints>
120 </connection>
121 <connection>
122 <sender>buttonBox</sender>
123 <signal>rejected()</signal>
124 <receiver>GuiSelectBoundaryCodes</receiver>
125 <slot>reject()</slot>
126 <hints>
127 <hint type="sourcelabel">
128 <x>316</x>
129 <y>260</y>
130 </hint>
131 <hint type="destinationlabel">
132 <x>286</x>
133 <y>274</y>
134 </hint>
135 </hints>
136 </connection>
137 </connections>
138 </ui>