Skip to content

Commit a0fed77

Browse files
author
timlinux
committed
UI updates from Milena Nowotarska
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13568 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 49a99e3 commit a0fed77

39 files changed

+468
-221
lines changed

src/ui/qgsattributeactiondialogbase.ui

+1
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@
282282
<tabstop>moveUpButton</tabstop>
283283
<tabstop>moveDownButton</tabstop>
284284
<tabstop>removeButton</tabstop>
285+
<tabstop>actionType</tabstop>
285286
<tabstop>actionName</tabstop>
286287
<tabstop>actionAction</tabstop>
287288
<tabstop>browseButton</tabstop>

src/ui/qgsattributeloadfrommap.ui

+8
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@
100100
</layout>
101101
</widget>
102102
</widget>
103+
<tabstops>
104+
<tabstop>layerComboBox</tabstop>
105+
<tabstop>valueComboBox</tabstop>
106+
<tabstop>keyComboBox</tabstop>
107+
<tabstop>previewButton</tabstop>
108+
<tabstop>previewTableWidget</tabstop>
109+
<tabstop>buttonBox</tabstop>
110+
</tabstops>
103111
<resources/>
104112
<connections>
105113
<connection>

src/ui/qgsattributetabledialog.ui

+16-2
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,23 @@
347347
</customwidgets>
348348
<tabstops>
349349
<tabstop>mView</tabstop>
350-
<tabstop>searchButton</tabstop>
351-
<tabstop>query</tabstop>
352350
<tabstop>columnBox</tabstop>
351+
<tabstop>query</tabstop>
352+
<tabstop>searchButton</tabstop>
353+
<tabstop>cbxShowSelectedOnly</tabstop>
354+
<tabstop>cbxSearchSelectedOnly</tabstop>
355+
<tabstop>mAdvancedSearchButton</tabstop>
356+
<tabstop>mHelpButton</tabstop>
357+
<tabstop>mRemoveSelectionButton</tabstop>
358+
<tabstop>mSelectedToTopButton</tabstop>
359+
<tabstop>mInvertSelectionButton</tabstop>
360+
<tabstop>mCopySelectedRowsButton</tabstop>
361+
<tabstop>mZoomMapToSelectedRowsButton</tabstop>
362+
<tabstop>mToggleEditingButton</tabstop>
363+
<tabstop>mDeleteSelectedButton</tabstop>
364+
<tabstop>mAddAttribute</tabstop>
365+
<tabstop>mRemoveAttribute</tabstop>
366+
<tabstop>mOpenFieldCalculator</tabstop>
353367
</tabstops>
354368
<resources/>
355369
<connections/>

src/ui/qgscategorizedsymbolrendererv2widget.ui

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<item>
1717
<widget class="QLabel" name="label_3">
1818
<property name="text">
19-
<string>Column:</string>
19+
<string>Column</string>
2020
</property>
2121
</widget>
2222
</item>
@@ -53,7 +53,7 @@
5353
<item>
5454
<widget class="QLabel" name="label_9">
5555
<property name="text">
56-
<string>Symbol:</string>
56+
<string>Symbol</string>
5757
</property>
5858
</widget>
5959
</item>
@@ -73,7 +73,7 @@
7373
<item>
7474
<widget class="QLabel" name="label_10">
7575
<property name="text">
76-
<string>Color ramp:</string>
76+
<string>Color ramp</string>
7777
</property>
7878
</widget>
7979
</item>

src/ui/qgscomposerlabelwidgetbase.ui

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<x>0</x>
3232
<y>0</y>
3333
<width>185</width>
34-
<height>318</height>
34+
<height>317</height>
3535
</rect>
3636
</property>
3737
<attribute name="label">
@@ -88,6 +88,7 @@
8888
<tabstops>
8989
<tabstop>mTextEdit</tabstop>
9090
<tabstop>mFontButton</tabstop>
91+
<tabstop>mFontColorButton</tabstop>
9192
<tabstop>mMarginDoubleSpinBox</tabstop>
9293
</tabstops>
9394
<resources/>

src/ui/qgscomposerlegendwidgetbase.ui

+15-6
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<rect>
3434
<x>0</x>
3535
<y>0</y>
36-
<width>365</width>
37-
<height>467</height>
36+
<width>367</width>
37+
<height>469</height>
3838
</rect>
3939
</property>
4040
<layout class="QGridLayout" name="gridLayout_3">
@@ -48,8 +48,8 @@
4848
<rect>
4949
<x>0</x>
5050
<y>0</y>
51-
<width>347</width>
52-
<height>393</height>
51+
<width>349</width>
52+
<height>397</height>
5353
</rect>
5454
</property>
5555
<attribute name="label">
@@ -183,8 +183,8 @@
183183
<rect>
184184
<x>0</x>
185185
<y>0</y>
186-
<width>347</width>
187-
<height>393</height>
186+
<width>349</width>
187+
<height>397</height>
188188
</rect>
189189
</property>
190190
<attribute name="label">
@@ -265,8 +265,10 @@
265265
</widget>
266266
<layoutdefault spacing="6" margin="11"/>
267267
<tabstops>
268+
<tabstop>scrollArea</tabstop>
268269
<tabstop>mTitleLineEdit</tabstop>
269270
<tabstop>mTitleFontButton</tabstop>
271+
<tabstop>mGroupFontButton</tabstop>
270272
<tabstop>mLayerFontButton</tabstop>
271273
<tabstop>mItemFontButton</tabstop>
272274
<tabstop>mSymbolWidthSpinBox</tabstop>
@@ -276,6 +278,13 @@
276278
<tabstop>mIconLabelSpaceSpinBox</tabstop>
277279
<tabstop>mBoxSpaceSpinBox</tabstop>
278280
<tabstop>mItemTreeView</tabstop>
281+
<tabstop>mMoveDownToolButton</tabstop>
282+
<tabstop>mMoveUpToolButton</tabstop>
283+
<tabstop>mRemoveToolButton</tabstop>
284+
<tabstop>mEditPushButton</tabstop>
285+
<tabstop>mUpdatePushButton</tabstop>
286+
<tabstop>mUpdateAllPushButton</tabstop>
287+
<tabstop>mAddGroupButton</tabstop>
279288
</tabstops>
280289
<resources/>
281290
<connections/>

src/ui/qgscomposermanagerbase.ui

+10-4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
</item>
4040
</layout>
4141
</widget>
42+
<tabstops>
43+
<tabstop>mComposerListWidget</tabstop>
44+
<tabstop>mTemplate</tabstop>
45+
<tabstop>mAddButton</tabstop>
46+
<tabstop>mButtonBox</tabstop>
47+
</tabstops>
4248
<resources/>
4349
<connections>
4450
<connection>
@@ -48,8 +54,8 @@
4854
<slot>accept()</slot>
4955
<hints>
5056
<hint type="sourcelabel">
51-
<x>251</x>
52-
<y>193</y>
57+
<x>260</x>
58+
<y>185</y>
5359
</hint>
5460
<hint type="destinationlabel">
5561
<x>157</x>
@@ -64,8 +70,8 @@
6470
<slot>reject()</slot>
6571
<hints>
6672
<hint type="sourcelabel">
67-
<x>251</x>
68-
<y>193</y>
73+
<x>260</x>
74+
<y>185</y>
6975
</hint>
7076
<hint type="destinationlabel">
7177
<x>286</x>

src/ui/qgscomposertablewidgetbase.ui

+19-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<x>0</x>
2626
<y>0</y>
2727
<width>251</width>
28-
<height>302</height>
28+
<height>301</height>
2929
</rect>
3030
</property>
3131
<attribute name="label">
@@ -39,6 +39,9 @@
3939
<property name="text">
4040
<string>Layer</string>
4141
</property>
42+
<property name="buddy">
43+
<cstring>mLayerComboBox</cstring>
44+
</property>
4245
</widget>
4346
</item>
4447
<item>
@@ -80,6 +83,9 @@
8083
<property name="text">
8184
<string>Composer map</string>
8285
</property>
86+
<property name="buddy">
87+
<cstring>mComposerMapComboBox</cstring>
88+
</property>
8389
</widget>
8490
</item>
8591
<item>
@@ -94,6 +100,9 @@
94100
<property name="text">
95101
<string>Maximum columns</string>
96102
</property>
103+
<property name="buddy">
104+
<cstring>mMaximumColumnsSpinBox</cstring>
105+
</property>
97106
</widget>
98107
</item>
99108
<item>
@@ -108,6 +117,9 @@
108117
<property name="text">
109118
<string>Margin</string>
110119
</property>
120+
<property name="buddy">
121+
<cstring>mMarginSpinBox</cstring>
122+
</property>
111123
</widget>
112124
</item>
113125
<item>
@@ -129,6 +141,9 @@
129141
<property name="text">
130142
<string>Grid stroke width</string>
131143
</property>
144+
<property name="buddy">
145+
<cstring>mGridStrokeWidthSpinBox</cstring>
146+
</property>
132147
</widget>
133148
</item>
134149
<item>
@@ -141,6 +156,9 @@
141156
<property name="text">
142157
<string>Grid color</string>
143158
</property>
159+
<property name="buddy">
160+
<cstring>mGridColorButton</cstring>
161+
</property>
144162
</widget>
145163
</item>
146164
<item row="8" column="1">

0 commit comments

Comments
 (0)