mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 00:58:32 -04:00
actualizados los iconos del men? contextual
This commit is contained in:
parent
07fb43f0f7
commit
5810a06089
@ -8,10 +8,13 @@
|
||||
<file>../images/new.png</file>
|
||||
<file>../images/openLibrary.png</file>
|
||||
<file>../images/removeLibrary.png</file>
|
||||
<file>../images/removeLibraryIcon.png</file>
|
||||
<file>../images/updateLibrary.png</file>
|
||||
<file>../images/updateLibraryIcon.png</file>
|
||||
<file>../images/comicFolder.png</file>
|
||||
<file>../images/notCover.png</file>
|
||||
<file>../images/edit.png</file>
|
||||
<file>../images/editIcon.png</file>
|
||||
<file>../images/fit.png</file>
|
||||
<file>../images/properties.png</file>
|
||||
<file>../images/options.png</file>
|
||||
@ -21,7 +24,9 @@
|
||||
<file>../images/flow4.png</file>
|
||||
<file>../images/flow5.png</file>
|
||||
<file>../images/importLibrary.png</file>
|
||||
<file>../images/importLibraryIcon.png</file>
|
||||
<file>../images/exportLibrary.png</file>
|
||||
<file>../images/exportLibraryIcon.png</file>
|
||||
<file>../images/open.png</file>
|
||||
<file>../images/coversPackage.png</file>
|
||||
<file>../images/setRead.png</file>
|
||||
@ -35,6 +40,8 @@
|
||||
<file>../images/hideComicFlow.png</file>
|
||||
<file>../images/exportComicsInfo.png</file>
|
||||
<file>../images/importComicsInfo.png</file>
|
||||
<file>../images/exportComicsInfoIcon.png</file>
|
||||
<file>../images/importComicsInfoIcon.png</file>
|
||||
<file>../images/db.png</file>
|
||||
<file>../images/asignNumber.png</file>
|
||||
<file>../images/defaultCover.png</file>
|
||||
@ -90,7 +97,6 @@
|
||||
<file>../images/collapsed_branch_osx.png</file>
|
||||
<file>../images/expanded_branch_osx.png</file>
|
||||
<file>../images/folder_macosx.png</file>
|
||||
|
||||
<file>../images/libraryIconSelected.png</file>
|
||||
<file>../images/libraryOptions.png</file>
|
||||
<file>../images/branch-open.png</file>
|
||||
|
@ -324,33 +324,33 @@ void LibraryWindow::createActions()
|
||||
|
||||
exportComicsInfo = new QAction(tr("Export comics info"),this);
|
||||
exportComicsInfo->setToolTip(tr("Export comics info"));
|
||||
exportComicsInfo->setIcon(QIcon(":/images/exportComicsInfo.png"));
|
||||
exportComicsInfo->setIcon(QIcon(":/images/exportComicsInfoIcon.png"));
|
||||
|
||||
importComicsInfo = new QAction(tr("Import comics info"),this);
|
||||
importComicsInfo->setToolTip(tr("Import comics info"));
|
||||
importComicsInfo->setIcon(QIcon(":/images/importComicsInfo.png"));
|
||||
importComicsInfo->setIcon(QIcon(":/images/importComicsInfoIcon.png"));
|
||||
|
||||
exportLibraryAction = new QAction(tr("Pack covers"),this);
|
||||
exportLibraryAction->setToolTip(tr("Pack the covers of the selected library"));
|
||||
exportLibraryAction->setIcon(QIcon(":/images/exportLibrary.png"));
|
||||
exportLibraryAction->setIcon(QIcon(":/images/exportLibraryIcon.png"));
|
||||
|
||||
importLibraryAction = new QAction(tr("Unpack covers"),this);
|
||||
importLibraryAction->setToolTip(tr("Unpack a catalog"));
|
||||
importLibraryAction->setIcon(QIcon(":/images/importLibrary.png"));
|
||||
importLibraryAction->setIcon(QIcon(":/images/importLibraryIcon.png"));
|
||||
|
||||
updateLibraryAction = new QAction(tr("Update library"),this);
|
||||
updateLibraryAction->setToolTip(tr("Update current library"));
|
||||
updateLibraryAction->setShortcut(Qt::Key_U);
|
||||
updateLibraryAction->setIcon(QIcon(":/images/updateLibrary.png"));
|
||||
updateLibraryAction->setIcon(QIcon(":/images/updateLibraryIcon.png"));
|
||||
|
||||
renameLibraryAction = new QAction(tr("Rename library"),this);
|
||||
renameLibraryAction->setToolTip(tr("Rename current library"));
|
||||
renameLibraryAction->setShortcut(Qt::Key_R);
|
||||
renameLibraryAction->setIcon(QIcon(":/images/edit.png"));
|
||||
renameLibraryAction->setIcon(QIcon(":/images/editIcon.png"));
|
||||
|
||||
removeLibraryAction = new QAction(tr("Remove library"),this);
|
||||
removeLibraryAction->setToolTip(tr("Remove current library from your collection"));
|
||||
removeLibraryAction->setIcon(QIcon(":/images/removeLibrary.png"));
|
||||
removeLibraryAction->setIcon(QIcon(":/images/removeLibraryIcon.png"));
|
||||
|
||||
openComicAction = new QAction(tr("Open current comic"),this);
|
||||
openComicAction->setToolTip(tr("Open current comic on YACReader"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user