Skip to content

Commit

Permalink
Update the application icon
Browse files Browse the repository at this point in the history
Replace the application icon by a much better looking version made by
John Haller of portableapps.com
  • Loading branch information
MKleusberg committed May 9, 2014
1 parent 275c1ea commit 69df819
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
11 changes: 7 additions & 4 deletions src/AboutDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</property>
<property name="windowIcon">
<iconset resource="icons/icons.qrc">
<normaloff>:/oldimages/icon16</normaloff>:/oldimages/icon16</iconset>
<normaloff>:/icons/appicon</normaloff>:/icons/appicon</iconset>
</property>
<property name="sizeGripEnabled">
<bool>false</bool>
Expand All @@ -41,15 +41,18 @@
<rect>
<x>380</x>
<y>10</y>
<width>131</width>
<height>81</height>
<width>111</width>
<height>91</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="icons/icons.qrc">:/oldimages/128</pixmap>
<pixmap resource="icons/icons.qrc">:/icons/appicon</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_version">
Expand Down
8 changes: 4 additions & 4 deletions src/MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</property>
<property name="windowIcon">
<iconset resource="icons/icons.qrc">
<normaloff>:/oldimages/icon16</normaloff>:/oldimages/icon16</iconset>
<normaloff>:/icons/appicon</normaloff>:/icons/appicon</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_7">
Expand Down Expand Up @@ -275,8 +275,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>452</width>
<height>494</height>
<width>278</width>
<height>444</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
Expand Down Expand Up @@ -761,7 +761,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>21</height>
<height>20</height>
</rect>
</property>
<widget class="QMenu" name="fileMenu">
Expand Down
5 changes: 1 addition & 4 deletions src/icons/icons.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
<file alias="log_dock">layout_sidebar.png</file>
<file alias="down">bullet_arrow_down.png</file>
<file alias="up">bullet_arrow_up.png</file>
</qresource>
<qresource prefix="/oldimages">
<file alias="128">oldimages/128.png</file>
<file alias="icon16">oldimages/icone16.png</file>
<file alias="appicon">sqlitebrowser.png</file>
</qresource>
</RCC>
Binary file removed src/icons/oldimages/128.png
Binary file not shown.
Binary file removed src/icons/oldimages/icone16.png
Binary file not shown.
Binary file added src/icons/sqlitebrowser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 69df819

Please sign in to comment.