mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed spaces/tabs mix
This commit is contained in:
parent
fa19b4b1ea
commit
cd43bd791a
@ -26,12 +26,6 @@
|
|||||||
#include "goto_flow_toolbar.h"
|
#include "goto_flow_toolbar.h"
|
||||||
#include "goto_flow_decorationbar.h"
|
#include "goto_flow_decorationbar.h"
|
||||||
|
|
||||||
/*#define WIDTH 126
|
|
||||||
#define HEIGHT 200*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
GoToFlow::GoToFlow(QWidget *parent,FlowType flowType)
|
GoToFlow::GoToFlow(QWidget *parent,FlowType flowType)
|
||||||
:GoToFlowWidget(parent),ready(false)
|
:GoToFlowWidget(parent),ready(false)
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource>
|
<qresource>
|
||||||
<file>../files/about.html</file>
|
<file>../files/about.html</file>
|
||||||
<file>../files/helpYACReader.html</file>
|
<file>../files/helpYACReader.html</file>
|
||||||
<file>../files/shortcuts.html</file>
|
<file>../files/shortcuts.html</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
|
|
||||||
<qresource lang="es_ES">
|
<qresource lang="es_ES">
|
||||||
<file alias="/files/about.html">../files/about_es_ES.html</file>
|
<file alias="/files/about.html">../files/about_es_ES.html</file>
|
||||||
<file alias="/files/helpYACReader.html">../files/helpYACReader_es_ES.html</file>
|
<file alias="/files/helpYACReader.html">../files/helpYACReader_es_ES.html</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource>
|
<qresource>
|
||||||
<file>../images/icon.png</file>
|
<file>../images/icon.png</file>
|
||||||
<file>../images/goto.png</file>
|
<file>../images/goto.png</file>
|
||||||
<file>../images/comicFolder.png</file>
|
<file>../images/comicFolder.png</file>
|
||||||
@ -73,5 +73,5 @@
|
|||||||
<file>../images/dropDownArrow.png</file>
|
<file>../images/dropDownArrow.png</file>
|
||||||
<file>../images/translatorSearch.png</file>
|
<file>../images/translatorSearch.png</file>
|
||||||
<file>../images/speaker.png</file>
|
<file>../images/speaker.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@ -1,28 +1,28 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/" >
|
<qresource prefix="/" >
|
||||||
<file>../images/viewer_toolbar/bookmark.png</file>
|
<file>../images/viewer_toolbar/bookmark.png</file>
|
||||||
<file>../images/viewer_toolbar/close.png</file>
|
<file>../images/viewer_toolbar/close.png</file>
|
||||||
<file>../images/viewer_toolbar/doublePage.png</file>
|
<file>../images/viewer_toolbar/doublePage.png</file>
|
||||||
<file>../images/viewer_toolbar/flow.png</file>
|
<file>../images/viewer_toolbar/flow.png</file>
|
||||||
<file>../images/viewer_toolbar/full.png</file>
|
<file>../images/viewer_toolbar/full.png</file>
|
||||||
<file>../images/viewer_toolbar/goto.png</file>
|
<file>../images/viewer_toolbar/goto.png</file>
|
||||||
<file>../images/viewer_toolbar/help.png</file>
|
<file>../images/viewer_toolbar/help.png</file>
|
||||||
<file>../images/viewer_toolbar/info.png</file>
|
<file>../images/viewer_toolbar/info.png</file>
|
||||||
<file>../images/viewer_toolbar/magnifyingGlass.png</file>
|
<file>../images/viewer_toolbar/magnifyingGlass.png</file>
|
||||||
<file>../images/viewer_toolbar/next.png</file>
|
<file>../images/viewer_toolbar/next.png</file>
|
||||||
<file>../images/viewer_toolbar/open.png</file>
|
<file>../images/viewer_toolbar/open.png</file>
|
||||||
<file>../images/viewer_toolbar/openFolder.png</file>
|
<file>../images/viewer_toolbar/openFolder.png</file>
|
||||||
<file>../images/viewer_toolbar/openNext.png</file>
|
<file>../images/viewer_toolbar/openNext.png</file>
|
||||||
<file>../images/viewer_toolbar/openPrevious.png</file>
|
<file>../images/viewer_toolbar/openPrevious.png</file>
|
||||||
<file>../images/viewer_toolbar/options.png</file>
|
<file>../images/viewer_toolbar/options.png</file>
|
||||||
<file>../images/viewer_toolbar/previous.png</file>
|
<file>../images/viewer_toolbar/previous.png</file>
|
||||||
<file>../images/viewer_toolbar/rotateL.png</file>
|
<file>../images/viewer_toolbar/rotateL.png</file>
|
||||||
<file>../images/viewer_toolbar/rotateR.png</file>
|
<file>../images/viewer_toolbar/rotateR.png</file>
|
||||||
<file>../images/viewer_toolbar/save.png</file>
|
<file>../images/viewer_toolbar/save.png</file>
|
||||||
<file>../images/viewer_toolbar/shortcuts.png</file>
|
<file>../images/viewer_toolbar/shortcuts.png</file>
|
||||||
<file>../images/viewer_toolbar/showBookmarks.png</file>
|
<file>../images/viewer_toolbar/showBookmarks.png</file>
|
||||||
<file>../images/viewer_toolbar/toHeight.png</file>
|
<file>../images/viewer_toolbar/toHeight.png</file>
|
||||||
<file>../images/viewer_toolbar/toWidth.png</file>
|
<file>../images/viewer_toolbar/toWidth.png</file>
|
||||||
<file>../images/viewer_toolbar/translator.png</file>
|
<file>../images/viewer_toolbar/translator.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource>
|
<qresource>
|
||||||
<file>../files/about.html</file>
|
<file>../files/about.html</file>
|
||||||
<file>../files/helpYACReaderLibrary.html</file>
|
<file>../files/helpYACReaderLibrary.html</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
|
|
||||||
<qresource lang="es_ES">
|
<qresource lang="es_ES">
|
||||||
<file alias="/files/about.html">../files/about_es_ES.html</file>
|
<file alias="/files/about.html">../files/about_es_ES.html</file>
|
||||||
<file alias="/files/helpYACReaderLibrary.html">../files/helpYACReaderLibrary_es_ES.html</file>
|
<file alias="/files/helpYACReaderLibrary.html">../files/helpYACReaderLibrary_es_ES.html</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
|
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user