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*> FormMain::getActions() {
|
||||||
QList<QAction*> actions;
|
QList<QAction*> actions;
|
||||||
actions << m_ui->m_actionImport << m_ui->m_actionExport <<
|
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;
|
return actions;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ ShortcutCatcher::ShortcutCatcher(QWidget *parent)
|
|||||||
|
|
||||||
// Create clear button.
|
// Create clear button.
|
||||||
m_clearButton = new QToolButton(this);
|
m_clearButton = new QToolButton(this);
|
||||||
m_clearButton->setIcon(ThemeFactory::fromTheme("dialog-cancel"));
|
m_clearButton->setIcon(ThemeFactory::fromTheme("document-revert"));
|
||||||
m_clearButton->setFocusPolicy(Qt::NoFocus);
|
m_clearButton->setFocusPolicy(Qt::NoFocus);
|
||||||
|
|
||||||
// Clear main shortcut catching button.
|
// Clear main shortcut catching button.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user