Merge pull request #5801 from DelazJ/metadataCatPus

Some tweaks on Metadata-->Category dialog
This commit is contained in:
Nyall Dawson 2017-12-11 12:13:49 +11:00 committed by GitHub
commit aed128ee4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
<enum>QTabWidget::Rounded</enum> <enum>QTabWidget::Rounded</enum>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>7</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="tabIdentificationDialog"> <widget class="QWidget" name="tabIdentificationDialog">
<attribute name="title"> <attribute name="title">
@ -67,8 +67,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>752</width> <width>777</width>
<height>625</height> <height>596</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_15"> <layout class="QVBoxLayout" name="verticalLayout_15">
@ -352,10 +352,14 @@
<item> <item>
<widget class="QPushButton" name="btnNewCategory"> <widget class="QPushButton" name="btnNewCategory">
<property name="toolTip"> <property name="toolTip">
<string>Categories chosen will be added as a new entry in the keywords tab.</string> <string>Create a new category</string>
</property> </property>
<property name="text"> <property name="text">
<string>New</string> <string/>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyAdd.svg</normaloff>:/images/themes/default/symbologyAdd.svg</iconset>
</property> </property>
</widget> </widget>
</item> </item>
@ -368,7 +372,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Categories chosen will be added as a new entry in the keywords tab.</string> <string>Add category to selection</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -394,7 +398,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Categories chosen will be added as a new entry in the keywords tab.</string> <string>Remove category from selection</string>
</property> </property>
<property name="text"> <property name="text">
<string/> <string/>
@ -425,7 +429,7 @@
<item> <item>
<widget class="QLabel" name="label_22"> <widget class="QLabel" name="label_22">
<property name="text"> <property name="text">
<string>Categories</string> <string>Chosen categories</string>
</property> </property>
</widget> </widget>
</item> </item>