Skip to content

Commit

Permalink
fix: remove icons loaded from resources in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
merydian authored and koebi committed Nov 29, 2024
1 parent 6a717df commit 791cac5
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions ORStools/gui/ORStoolsDialogUI.ui
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/ORStools/img/icon_refresh.png</normaloff>:/plugins/ORStools/img/icon_refresh.png</iconset>
</property>
</widget>
</item>
<item>
Expand All @@ -167,10 +163,6 @@
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/ORStools/img/icon_settings.png</normaloff>:/plugins/ORStools/img/icon_settings.png</iconset>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -278,10 +270,6 @@
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/ORStools/img/icon_add.png</normaloff>:/plugins/ORStools/img/icon_add.png</iconset>
</property>
</widget>
</item>
<item row="1" column="0">
Expand All @@ -298,10 +286,6 @@
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/ORStools/img/icon_clear.png</normaloff>:/plugins/ORStools/img/icon_clear.png</iconset>
</property>
</widget>
</item>
<item row="0" column="1" rowspan="4">
Expand Down Expand Up @@ -355,10 +339,6 @@
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/ORStools/img/icon_save.png</normaloff>:/plugins/ORStools/img/icon_save.png</iconset>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -895,21 +875,13 @@ p, li { white-space: pre-wrap; }
<property name="text">
<string> Help</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/ORStools/img/icon_help.png</normaloff>:/plugins/ORStools/img/icon_help.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="about_button">
<property name="text">
<string>About</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/plugins/ORStools/img/icon_about.png</normaloff>:/plugins/ORStools/img/icon_about.png</iconset>
</property>
</widget>
</item>
<item>
Expand Down Expand Up @@ -950,9 +922,6 @@ p, li { white-space: pre-wrap; }
<header>qgsmaplayercombobox.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>
</resources>
<connections>
<connection>
<sender>global_buttons</sender>
Expand Down

0 comments on commit 791cac5

Please sign in to comment.