Skip to content

Commit fa8e655

Browse files
committed
Some tweaks on Metadata-->Category dialog
Use the + button and add new tooltips
1 parent 31c79da commit fa8e655

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

src/ui/qgsmetadatawidget.ui

+12-8
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<enum>QTabWidget::Rounded</enum>
3636
</property>
3737
<property name="currentIndex">
38-
<number>7</number>
38+
<number>0</number>
3939
</property>
4040
<widget class="QWidget" name="tabIdentificationDialog">
4141
<attribute name="title">
@@ -67,8 +67,8 @@
6767
<rect>
6868
<x>0</x>
6969
<y>0</y>
70-
<width>752</width>
71-
<height>625</height>
70+
<width>777</width>
71+
<height>596</height>
7272
</rect>
7373
</property>
7474
<layout class="QVBoxLayout" name="verticalLayout_15">
@@ -352,10 +352,14 @@
352352
<item>
353353
<widget class="QPushButton" name="btnNewCategory">
354354
<property name="toolTip">
355-
<string>Categories chosen will be added as a new entry in the keywords tab.</string>
355+
<string>Create a new category</string>
356356
</property>
357357
<property name="text">
358-
<string>New</string>
358+
<string/>
359+
</property>
360+
<property name="icon">
361+
<iconset resource="../../images/images.qrc">
362+
<normaloff>:/images/themes/default/symbologyAdd.svg</normaloff>:/images/themes/default/symbologyAdd.svg</iconset>
359363
</property>
360364
</widget>
361365
</item>
@@ -368,7 +372,7 @@
368372
</sizepolicy>
369373
</property>
370374
<property name="toolTip">
371-
<string>Categories chosen will be added as a new entry in the keywords tab.</string>
375+
<string>Add category to selection</string>
372376
</property>
373377
<property name="text">
374378
<string/>
@@ -394,7 +398,7 @@
394398
</sizepolicy>
395399
</property>
396400
<property name="toolTip">
397-
<string>Categories chosen will be added as a new entry in the keywords tab.</string>
401+
<string>Remove category from selection</string>
398402
</property>
399403
<property name="text">
400404
<string/>
@@ -425,7 +429,7 @@
425429
<item>
426430
<widget class="QLabel" name="label_22">
427431
<property name="text">
428-
<string>Categories</string>
432+
<string>Chosen categories</string>
429433
</property>
430434
</widget>
431435
</item>

0 commit comments

Comments
 (0)