updated icons for MacOSX

This commit is contained in:
Luis Ángel San Martín 2013-06-23 21:42:45 +02:00
parent 66b6b4d52f
commit 0b499fb63c
24 changed files with 28 additions and 25 deletions

View File

@ -1,28 +1,28 @@
<RCC>
<qresource prefix="/" >
<file alias="images/viewer_toolbar/bookmark.png>../images/viewer_toolbar/bookmark_osx.png</file>
<file alias="images/viewer_toolbar/close.png>../images/viewer_toolbar/close_osx.png</file>
<file alias="images/viewer_toolbar/doublePage.png>../images/viewer_toolbar/doublePage_osx.png</file>
<file alias="images/viewer_toolbar/flow.png>../images/viewer_toolbar/flow_osx.png</file>
<file alias="images/viewer_toolbar/full.png>../images/viewer_toolbar/full_osx.png</file>
<file alias="images/viewer_toolbar/goto.png>../images/viewer_toolbar/goto_osx.png</file>
<file alias="images/viewer_toolbar/help.png>../images/viewer_toolbar/help_osx.png</file>
<file alias="images/viewer_toolbar/info.png>../images/viewer_toolbar/info_osx.png</file>
<file alias="images/viewer_toolbar/magnifyingGlass.png>../images/viewer_toolbar/magnifyingGlass_osx.png</file>
<file alias="images/viewer_toolbar/next.png>../images/viewer_toolbar/next_osx.png</file>
<file alias="images/viewer_toolbar/open.png>../images/viewer_toolbar/open_osx.png</file>
<file alias="images/viewer_toolbar/openFolder.png>../images/viewer_toolbar/openFolder_osx.png</file>
<file alias="images/viewer_toolbar/openNext.png>../images/viewer_toolbar/openNext_osx.png</file>
<file alias="images/viewer_toolbar/openPrevious.png>../images/viewer_toolbar/openPrevious_osx.png</file>
<file alias="images/viewer_toolbar/options.png>../images/viewer_toolbar/options_osx.png</file>
<file alias="images/viewer_toolbar/previous.png>../images/viewer_toolbar/previous_osx.png</file>
<file alias="images/viewer_toolbar/rotateL.png>../images/viewer_toolbar/rotateL_osx.png</file>
<file alias="images/viewer_toolbar/rotateR.png>../images/viewer_toolbar/rotateR_osx.png</file>
<file alias="images/viewer_toolbar/save.png>../images/viewer_toolbar/save_osx.png</file>
<file alias="images/viewer_toolbar/shortcuts.png>../images/viewer_toolbar/shortcuts_osx.png</file>
<file alias="images/viewer_toolbar/showBookmarks.png>../images/viewer_toolbar/showBookmarks_osx.png</file>
<file alias="images/viewer_toolbar/toHeight.png>../images/viewer_toolbar/toHeight_osx.png</file>
<file alias="images/viewer_toolbar/toWidth.png>../images/viewer_toolbar/toWidth_osx.png</file>
<file alias="images/viewer_toolbar/translator.png>../images/viewer_toolbar/translator_osx.png</file>
<file alias="images/viewer_toolbar/bookmark.png">../images/viewer_toolbar/bookmark_osx.png</file>
<file alias="images/viewer_toolbar/close.png">../images/viewer_toolbar/close_osx.png</file>
<file alias="images/viewer_toolbar/doublePage.png">../images/viewer_toolbar/doublePage_osx.png</file>
<file alias="images/viewer_toolbar/flow.png">../images/viewer_toolbar/flow_osx.png</file>
<file alias="images/viewer_toolbar/full.png">../images/viewer_toolbar/full_osx.png</file>
<file alias="images/viewer_toolbar/goto.png">../images/viewer_toolbar/goto_osx.png</file>
<file alias="images/viewer_toolbar/help.png">../images/viewer_toolbar/help_osx.png</file>
<file alias="images/viewer_toolbar/info.png">../images/viewer_toolbar/info_osx.png</file>
<file alias="images/viewer_toolbar/magnifyingGlass.png">../images/viewer_toolbar/magnifyingGlass_osx.png</file>
<file alias="images/viewer_toolbar/next.png">../images/viewer_toolbar/next_osx.png</file>
<file alias="images/viewer_toolbar/open.png">../images/viewer_toolbar/open_osx.png</file>
<file alias="images/viewer_toolbar/openFolder.png">../images/viewer_toolbar/openFolder_osx.png</file>
<file alias="images/viewer_toolbar/openNext.png">../images/viewer_toolbar/openNext_osx.png</file>
<file alias="images/viewer_toolbar/openPrevious.png">../images/viewer_toolbar/openPrevious_osx.png</file>
<file alias="images/viewer_toolbar/options.png">../images/viewer_toolbar/options_osx.png</file>
<file alias="images/viewer_toolbar/previous.png">../images/viewer_toolbar/previous_osx.png</file>
<file alias="images/viewer_toolbar/rotateL.png">../images/viewer_toolbar/rotateL_osx.png</file>
<file alias="images/viewer_toolbar/rotateR.png">../images/viewer_toolbar/rotateR_osx.png</file>
<file alias="images/viewer_toolbar/save.png">../images/viewer_toolbar/save_osx.png</file>
<file alias="images/viewer_toolbar/shortcuts.png">../images/viewer_toolbar/shortcuts_osx.png</file>
<file alias="images/viewer_toolbar/showBookmarks.png">../images/viewer_toolbar/showBookmarks_osx.png</file>
<file alias="images/viewer_toolbar/toHeight.png">../images/viewer_toolbar/toHeight_osx.png</file>
<file alias="images/viewer_toolbar/toWidth.png">../images/viewer_toolbar/toWidth_osx.png</file>
<file alias="images/viewer_toolbar/translator.png">../images/viewer_toolbar/translator_osx.png</file>
</qresource>
</RCC>

View File

@ -312,8 +312,11 @@ void MainWindowViewer::createToolBars()
comicToolBar = addToolBar(tr("&File"));
comicToolBar->setStyleSheet("QToolBar{border:none;}");
#ifdef Q_OS_MAC
comicToolBar->setIconSize(QSize(17,17));
#else
comicToolBar->setIconSize(QSize(18,18));
#endif
QToolButton * tb = new QToolButton();
tb->addAction(openAction);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB