mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-07 04:43:22 +01:00
New icon keyboard shortcut widget & new actions.
This commit is contained in:
parent
3dce1b7a07
commit
0505e08d70
@ -46,7 +46,8 @@ QMenu *FormMain::getTrayMenu() {
|
||||
QList<QAction*> FormMain::getActions() {
|
||||
QList<QAction*> actions;
|
||||
actions << m_ui->m_actionImport << m_ui->m_actionExport <<
|
||||
m_ui->m_actionSettings << m_ui->m_actionQuit;
|
||||
m_ui->m_actionSettings << m_ui->m_actionQuit <<
|
||||
m_ui->m_actionFullscreen << m_ui->m_actionAboutGuard;
|
||||
return actions;
|
||||
}
|
||||
|
||||
|
@ -43,7 +43,7 @@ ShortcutCatcher::ShortcutCatcher(QWidget *parent)
|
||||
|
||||
// Create clear button.
|
||||
m_clearButton = new QToolButton(this);
|
||||
m_clearButton->setIcon(ThemeFactory::fromTheme("dialog-cancel"));
|
||||
m_clearButton->setIcon(ThemeFactory::fromTheme("document-revert"));
|
||||
m_clearButton->setFocusPolicy(Qt::NoFocus);
|
||||
|
||||
// Clear main shortcut catching button.
|
||||
|
Loading…
x
Reference in New Issue
Block a user