Skip to content

Commit 3e766c4

Browse files
author
mhugent
committedJan 14, 2011
Add scroll area to composer table attribute selection dialog. Fix for bug #3406
git-svn-id: http://svn.osgeo.org/qgis/trunk@15042 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f25950d commit 3e766c4

File tree

1 file changed

+56
-37
lines changed

1 file changed

+56
-37
lines changed
 

‎src/ui/qgsattributeselectiondialogbase.ui

Lines changed: 56 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -7,49 +7,13 @@
77
<x>0</x>
88
<y>0</y>
99
<width>322</width>
10-
<height>283</height>
10+
<height>373</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
1414
<string>Select attributes</string>
1515
</property>
1616
<layout class="QGridLayout" name="gridLayout_2">
17-
<item row="0" column="0" colspan="3">
18-
<layout class="QGridLayout" name="mAttributeGridLayout">
19-
<property name="sizeConstraint">
20-
<enum>QLayout::SetDefaultConstraint</enum>
21-
</property>
22-
<item row="0" column="0">
23-
<widget class="QLabel" name="mAttributeLabel">
24-
<property name="sizePolicy">
25-
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
26-
<horstretch>0</horstretch>
27-
<verstretch>0</verstretch>
28-
</sizepolicy>
29-
</property>
30-
<property name="text">
31-
<string>&lt;b&gt;Attribute&lt;/b&gt;</string>
32-
</property>
33-
</widget>
34-
</item>
35-
<item row="0" column="1">
36-
<widget class="QLabel" name="mAliasLabel">
37-
<property name="sizePolicy">
38-
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
39-
<horstretch>0</horstretch>
40-
<verstretch>0</verstretch>
41-
</sizepolicy>
42-
</property>
43-
<property name="text">
44-
<string>&lt;b&gt;Alias&lt;/b&gt;</string>
45-
</property>
46-
<property name="textFormat">
47-
<enum>Qt::AutoText</enum>
48-
</property>
49-
</widget>
50-
</item>
51-
</layout>
52-
</item>
5317
<item row="1" column="0">
5418
<widget class="QPushButton" name="mSelectAllButton">
5519
<property name="text">
@@ -164,6 +128,61 @@
164128
</property>
165129
</widget>
166130
</item>
131+
<item row="0" column="0" colspan="3">
132+
<widget class="QScrollArea" name="scrollArea">
133+
<property name="widgetResizable">
134+
<bool>true</bool>
135+
</property>
136+
<widget class="QWidget" name="scrollAreaWidgetContents">
137+
<property name="geometry">
138+
<rect>
139+
<x>0</x>
140+
<y>0</y>
141+
<width>300</width>
142+
<height>90</height>
143+
</rect>
144+
</property>
145+
<layout class="QGridLayout" name="gridLayout_3">
146+
<item row="0" column="0">
147+
<layout class="QGridLayout" name="mAttributeGridLayout">
148+
<property name="sizeConstraint">
149+
<enum>QLayout::SetDefaultConstraint</enum>
150+
</property>
151+
<item row="0" column="0">
152+
<widget class="QLabel" name="mAttributeLabel">
153+
<property name="sizePolicy">
154+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
155+
<horstretch>0</horstretch>
156+
<verstretch>0</verstretch>
157+
</sizepolicy>
158+
</property>
159+
<property name="text">
160+
<string>&lt;b&gt;Attribute&lt;/b&gt;</string>
161+
</property>
162+
</widget>
163+
</item>
164+
<item row="0" column="1">
165+
<widget class="QLabel" name="mAliasLabel">
166+
<property name="sizePolicy">
167+
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
168+
<horstretch>0</horstretch>
169+
<verstretch>0</verstretch>
170+
</sizepolicy>
171+
</property>
172+
<property name="text">
173+
<string>&lt;b&gt;Alias&lt;/b&gt;</string>
174+
</property>
175+
<property name="textFormat">
176+
<enum>Qt::AutoText</enum>
177+
</property>
178+
</widget>
179+
</item>
180+
</layout>
181+
</item>
182+
</layout>
183+
</widget>
184+
</widget>
185+
</item>
167186
</layout>
168187
</widget>
169188
<resources>

0 commit comments

Comments
 (0)
Please sign in to comment.