summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-01-22 18:50:54 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-01-22 18:50:54 +0100
commitd2248f731c47761755984665de029f53f4e2566f (patch)
tree6fe3adf0c50e8a17506c293d22d0db3ee7c2cc99
parent2d89e4f1c1c8596b91a4f9115318cdc07796fe44 (diff)
Update / cleanup of icons
-rw-r--r--icons/preferences-system.svg (renamed from icons/properties.svg)0
-rw-r--r--mainwindow.ui21
-rw-r--r--resources.qrc14
3 files changed, 17 insertions, 18 deletions
diff --git a/icons/properties.svg b/icons/preferences-system.svg
index bdd2bd1f..bdd2bd1f 100644
--- a/icons/properties.svg
+++ b/icons/preferences-system.svg
diff --git a/mainwindow.ui b/mainwindow.ui
index 273c564a..9bfebc20 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>598</width>
+ <width>498</width>
<height>299</height>
</rect>
</property>
@@ -46,7 +46,7 @@
</property>
<property name="icon">
<iconset theme="document-new">
- <normalon>:/icons/icons/document-new.svg</normalon>
+ <normalon>:/icons/document-new.svg</normalon>
</iconset>
</property>
<property name="popupMode">
@@ -70,7 +70,7 @@
</property>
<property name="icon">
<iconset theme="document-properties">
- <normalon>:/icons/icons/document-properties.svg</normalon>
+ <normalon>:/icons/document-properties.svg</normalon>
</iconset>
</property>
<property name="toolButtonStyle">
@@ -85,7 +85,7 @@
</property>
<property name="icon">
<iconset theme="edit-delete">
- <normalon>:/icons/icons/edit-delete.svg</normalon>
+ <normalon>:/icons/edit-delete.svg</normalon>
</iconset>
</property>
<property name="toolButtonStyle">
@@ -116,7 +116,7 @@
</property>
<property name="icon">
<iconset theme="go-top">
- <normalon>:/icons/icons/go-top.svg</normalon>
+ <normalon>:/icons/go-top.svg</normalon>
</iconset>
</property>
<property name="toolButtonStyle">
@@ -131,7 +131,7 @@
</property>
<property name="icon">
<iconset theme="go-bottom">
- <normalon>:/icons/icons/go-bottom.svg</normalon>
+ <normalon>:/icons/go-bottom.svg</normalon>
</iconset>
</property>
<property name="toolButtonStyle">
@@ -162,7 +162,7 @@
</property>
<property name="icon">
<iconset theme="x-office-address-book">
- <normalon>:/icons/icons/x-office-address-book.svg</normalon>
+ <normalon>:/icons/x-office-address-book.svg</normalon>
</iconset>
</property>
<property name="toolButtonStyle">
@@ -176,8 +176,8 @@
<string>Config</string>
</property>
<property name="icon">
- <iconset theme="properties">
- <normalon>:/icons/icons/properties.svg</normalon>
+ <iconset theme="preferences-system">
+ <normalon>:/icons/preferences-system.svg</normalon>
</iconset>
</property>
<property name="toolButtonStyle">
@@ -210,8 +210,7 @@
<string>Copy Password</string>
</property>
<property name="icon">
- <iconset theme="edit-copy">
- <normaloff>.</normaloff>.</iconset>
+ <iconset theme="edit-copy"/>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
diff --git a/resources.qrc b/resources.qrc
index 335b26df..44c06b47 100644
--- a/resources.qrc
+++ b/resources.qrc
@@ -17,12 +17,12 @@
<file>localization/localization_he_IL.qm</file>
</qresource>
<qresource prefix="/icons">
- <file>icons/document-new.svg</file>
- <file>icons/document-properties.svg</file>
- <file>icons/edit-delete.svg</file>
- <file>icons/go-bottom.svg</file>
- <file>icons/x-office-address-book.svg</file>
- <file>icons/go-top.svg</file>
- <file>icons/properties.svg</file>
+ <file alias="document-new.svg">icons/document-new.svg</file>
+ <file alias="document-properties.svg">icons/document-properties.svg</file>
+ <file alias="edit-delete.svg">icons/edit-delete.svg</file>
+ <file alias="go-bottom.svg">icons/go-bottom.svg</file>
+ <file alias="x-office-address-book.svg">icons/x-office-address-book.svg</file>
+ <file alias="go-top.svg">icons/go-top.svg</file>
+ <file alias="preferences-system.svg">icons/preferences-system.svg</file>
</qresource>
</RCC>