1
<?xml version="1.0" encoding="UTF-8"?>
3
<class>ClassMembersPage</class>
4
<widget class="QWidget" name="ClassMembersPage">
5
<property name="geometry">
13
<layout class="QGridLayout" name="gridLayout">
14
<item row="0" column="0">
15
<layout class="QHBoxLayout" name="titleLayout">
17
<widget class="QLabel" name="label">
18
<property name="text">
19
<string>Class Members</string>
24
<spacer name="horizontalSpacer">
25
<property name="orientation">
26
<enum>Qt::Horizontal</enum>
28
<property name="sizeHint" stdset="0">
37
<widget class="QToolButton" name="addItemButton">
38
<property name="toolTip">
39
<string>Add currently selected items from project tree view to buildset.</string>
41
<property name="text">
44
<property name="icon">
45
<iconset theme="list-add">
52
<widget class="QToolButton" name="removeItemButton">
53
<property name="toolTip">
54
<string>Remove currently selected item from buildset.</string>
56
<property name="text">
59
<property name="icon">
60
<iconset theme="list-remove">
68
<item row="1" column="1">
69
<layout class="QVBoxLayout" name="verticalLayout">
71
<spacer name="verticalSpacer">
72
<property name="orientation">
73
<enum>Qt::Vertical</enum>
75
<property name="sizeHint" stdset="0">
84
<widget class="QToolButton" name="topButton">
85
<property name="toolTip">
86
<string>Move the selected items to the top</string>
88
<property name="text">
91
<property name="icon">
92
<iconset theme="go-top">
99
<spacer name="verticalSpacer_3">
100
<property name="orientation">
101
<enum>Qt::Vertical</enum>
103
<property name="sizeType">
104
<enum>QSizePolicy::Fixed</enum>
106
<property name="sizeHint" stdset="0">
115
<widget class="QToolButton" name="upButton">
116
<property name="toolTip">
117
<string>Move the selected items up</string>
119
<property name="text">
122
<property name="icon">
123
<iconset theme="go-up">
130
<widget class="QToolButton" name="downButton">
131
<property name="toolTip">
132
<string>Move the selected item down</string>
134
<property name="text">
137
<property name="icon">
138
<iconset theme="go-down">
145
<spacer name="verticalSpacer_4">
146
<property name="orientation">
147
<enum>Qt::Vertical</enum>
149
<property name="sizeType">
150
<enum>QSizePolicy::Fixed</enum>
152
<property name="sizeHint" stdset="0">
161
<widget class="QToolButton" name="bottomButton">
162
<property name="toolTip">
163
<string>Move the selected items to the bottom</string>
165
<property name="text">
168
<property name="icon">
169
<iconset theme="go-bottom">
176
<spacer name="verticalSpacer_2">
177
<property name="orientation">
178
<enum>Qt::Vertical</enum>
180
<property name="sizeHint" stdset="0">
190
<item row="1" column="0">
191
<widget class="QTableWidget" name="itemView">
192
<property name="alternatingRowColors">
195
<property name="selectionMode">
196
<enum>QAbstractItemView::SingleSelection</enum>
198
<property name="selectionBehavior">
199
<enum>QAbstractItemView::SelectRows</enum>
201
<attribute name="horizontalHeaderDefaultSectionSize">
204
<attribute name="horizontalHeaderHighlightSections">
207
<attribute name="horizontalHeaderMinimumSectionSize">
210
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
213
<attribute name="horizontalHeaderStretchLastSection">
216
<attribute name="verticalHeaderVisible">
220
<property name="text">
221
<string>Type</string>
225
<property name="text">
226
<string>Identifier</string>