modificados los iconos de la toolbar comics
@ -71,5 +71,7 @@
|
||||
<file>../images/shownCovers.png</file>
|
||||
<file>../images/hiddenCovers.png</file>
|
||||
<file>../images/trash.png</file>
|
||||
<file>../images/setReadButton.png</file>
|
||||
<file>../images/openInYACReader.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
@ -383,11 +383,11 @@ void LibraryWindow::createActions()
|
||||
openComicAction = new QAction(tr("Open current comic"),this);
|
||||
openComicAction->setToolTip(tr("Open current comic on YACReader"));
|
||||
openComicAction->setShortcut(Qt::Key_Return);
|
||||
openComicAction->setIcon(QIcon(":/images/icon.png"));
|
||||
openComicAction->setIcon(QIcon(":/images/openInYACReader.png"));
|
||||
|
||||
setAsReadAction = new QAction(tr("Set as read"),this);
|
||||
setAsReadAction->setToolTip(tr("Set comic as read"));
|
||||
setAsReadAction->setIcon(QIcon(":/images/setRead.png"));
|
||||
setAsReadAction->setIcon(QIcon(":/images/setReadButton.png"));
|
||||
|
||||
setAsNonReadAction = new QAction(tr("Set as unread"),this);
|
||||
setAsNonReadAction->setToolTip(tr("Set comic as unread"));
|
||||
@ -607,20 +607,10 @@ void LibraryWindow::createToolBars()
|
||||
|
||||
editInfoToolBar->addSeparator();
|
||||
|
||||
QToolButton * tb = new QToolButton();
|
||||
tb->addAction(setAsReadAction);
|
||||
tb->addAction(setAllAsReadAction);
|
||||
tb->setPopupMode(QToolButton::MenuButtonPopup);
|
||||
tb->setDefaultAction(setAsReadAction);
|
||||
|
||||
QToolButton * tb2 = new QToolButton();
|
||||
tb2->addAction(setAsNonReadAction);
|
||||
tb2->addAction(setAllAsNonReadAction);
|
||||
tb2->setPopupMode(QToolButton::MenuButtonPopup);
|
||||
tb2->setDefaultAction(setAsNonReadAction);
|
||||
|
||||
editInfoToolBar->addWidget(tb);
|
||||
editInfoToolBar->addWidget(tb2);
|
||||
editInfoToolBar->addAction(setAsReadAction);
|
||||
editInfoToolBar->addAction(setAllAsReadAction);
|
||||
editInfoToolBar->addAction(setAsNonReadAction);
|
||||
editInfoToolBar->addAction(setAllAsNonReadAction);
|
||||
|
||||
editInfoToolBar->addAction(showHideMarksAction);
|
||||
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 229 B |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 227 B |
BIN
images/openInYACReader.png
Normal file
After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 255 B |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 299 B |
BIN
images/setReadButton.png
Normal file
After Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 283 B |
BIN
images/trash.png
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 185 B |