Skip to content

Commit

Permalink
Fix add/remove buttons have no icons in create relationship dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 12, 2021
1 parent 33119ca commit 2e81dbc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
12 changes: 7 additions & 5 deletions src/ui/qgsrelationmanageradddialogbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
<string>Add new field pair as part of a composite foreign key</string>
</property>
<property name="icon">
<iconset theme="add">
<normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyAdd.svg</normaloff>:/images/themes/default/symbologyAdd.svg</iconset>
</property>
</widget>
</item>
Expand All @@ -112,8 +112,8 @@
<string>Remove the select or last pair of fields</string>
</property>
<property name="icon">
<iconset theme="remove">
<normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyRemove.svg</normaloff>:/images/themes/default/symbologyRemove.svg</iconset>
</property>
</widget>
</item>
Expand All @@ -134,6 +134,8 @@
</item>
</layout>
</widget>
<resources/>
<resources>
<include location="../../images/images.qrc"/>
</resources>
<connections/>
</ui>
14 changes: 8 additions & 6 deletions src/ui/qgsrelationmanageraddpolymorphicdialogbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<string>Add new field pair as part of a composite foreign key</string>
</property>
<property name="icon">
<iconset theme="add">
<normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyAdd.svg</normaloff>:/images/themes/default/symbologyAdd.svg</iconset>
</property>
</widget>
</item>
Expand All @@ -81,8 +81,8 @@
<string>Remove the select or last pair of fields</string>
</property>
<property name="icon">
<iconset theme="remove">
<normaloff>../../../../../../.designer/backup</normaloff>../../../../../../.designer/backup</iconset>
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyRemove.svg</normaloff>:/images/themes/default/symbologyRemove.svg</iconset>
</property>
</widget>
</item>
Expand Down Expand Up @@ -155,7 +155,7 @@
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="QgsFieldExpressionWidget" name="mReferencedLayerExpressionWidget"/>
<widget class="QgsFieldExpressionWidget" name="mReferencedLayerExpressionWidget" native="true"/>
</item>
<item row="6" column="0">
<widget class="QLabel" name="mRelationStrengthLabel">
Expand Down Expand Up @@ -191,6 +191,8 @@
<header>qgsmaplayercombobox.h</header>
</customwidget>
</customwidgets>
<resources/>
<resources>
<include location="../../images/images.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit 2e81dbc

Please sign in to comment.