Skip to content

Commit

Permalink
Use system icons
Browse files Browse the repository at this point in the history
  • Loading branch information
javierllorente committed Dec 7, 2023
1 parent 6464e1a commit 327e430
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 15 deletions.
4 changes: 0 additions & 4 deletions application.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<file>icons/view-refresh.png</file>
<file>icons/application-exit.png</file>
<file>icons/chronometer.png</file>
<file>icons/configure.png</file>
<file>icons/dialog-password.png</file>
<file>icons/help-about.png</file>
<file>icons/list-add.png</file>
<file>icons/list-remove.png</file>
Expand All @@ -17,7 +15,5 @@
<file>icons/32x32/browser.png</file>
<file>icons/32x32/monitor.png</file>
<file>icons/32x32/requests.png</file>
<file>icons/32x32/configure.png</file>
<file>icons/32x32/preferences-system-network.png</file>
</qresource>
</RCC>
Binary file removed icons/32x32/configure.png
Binary file not shown.
Binary file removed icons/32x32/preferences-system-network.png
Binary file not shown.
Binary file removed icons/configure.png
Binary file not shown.
Binary file removed icons/dialog-password.png
Binary file not shown.
15 changes: 4 additions & 11 deletions src/gui/configure.ui
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,23 @@
<string>Authentication</string>
</property>
<property name="icon">
<iconset resource="../../application.qrc">
<normaloff>:/icons/dialog-password.png</normaloff>:/icons/dialog-password.png</iconset>
<iconset theme="dialog-password"/>
</property>
</item>
<item>
<property name="text">
<string>General</string>
</property>
<property name="icon">
<iconset>
<normalon>:/icons/32x32/configure.png</normalon>
</iconset>
<iconset theme="preferences-system"/>
</property>
</item>
<item>
<property name="text">
<string>Network</string>
</property>
<property name="icon">
<iconset>
<normalon>:/icons/32x32/preferences-system-network.png</normalon>
</iconset>
<iconset theme="preferences-system-network"/>
</property>
</item>
</widget>
Expand Down Expand Up @@ -429,9 +424,7 @@
</item>
</layout>
</widget>
<resources>
<include location="../../application.qrc"/>
</resources>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
Expand Down

0 comments on commit 327e430

Please sign in to comment.