refactor: MainWindow add application-exit icon
This commit is contained in:
@ -112,6 +112,9 @@ MainWindow::MainWindow(ConfigScopes &configScopes, AppConfig &appConfig)
|
||||
#endif
|
||||
m_actionQuit->setMenuRole(QAction::QuitRole);
|
||||
|
||||
m_actionQuit->setIcon(QIcon(QIcon::fromTheme("application-exit")));
|
||||
m_actionTrayQuit->setIcon(QIcon(QIcon::fromTheme("application-exit")));
|
||||
|
||||
m_actionSettings->setMenuRole(QAction::PreferencesRole);
|
||||
m_actionSave->setShortcut(QKeySequence(tr("Ctrl+Alt+S")));
|
||||
m_actionStartCore->setShortcut(QKeySequence(tr("Ctrl+S")));
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
<file>icons/deskflow-dark/actions/24/edit-copy.svg</file>
|
||||
<file>icons/deskflow-dark/actions/24/document-open.svg</file>
|
||||
<file>icons/deskflow-dark/actions/24/tools-report-bug.svg</file>
|
||||
<file>icons/deskflow-dark/actions/32/application-exit.svg</file>
|
||||
<file>icons/deskflow-dark/actions/32/dialog-cancel.svg</file>
|
||||
<file>icons/deskflow-dark/actions/32/dialog-ok.svg</file>
|
||||
<file>icons/deskflow-dark/actions/32/dialog-ok-apply.svg</file>
|
||||
@ -35,6 +36,7 @@
|
||||
<file>icons/deskflow-light/actions/24/edit-copy.svg</file>
|
||||
<file>icons/deskflow-light/actions/24/document-open.svg</file>
|
||||
<file>icons/deskflow-light/actions/24/tools-report-bug.svg</file>
|
||||
<file>icons/deskflow-light/actions/32/application-exit.svg</file>
|
||||
<file>icons/deskflow-light/actions/32/dialog-cancel.svg</file>
|
||||
<file>icons/deskflow-light/actions/32/dialog-ok.svg</file>
|
||||
<file>icons/deskflow-light/actions/32/dialog-ok-apply.svg</file>
|
||||
|
||||
@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-NegativeText {
|
||||
color:#da4453;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-NegativeText"><path d="M4 4v24h24V4zm1 6h22v17H5z"/><path d="M12 17h8v3h-8z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 421 B |
@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs id="defs3051">
|
||||
<style type="text/css" id="current-color-scheme">
|
||||
.ColorScheme-NegativeText {
|
||||
color:#da4453;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g style="fill:currentColor;fill-opacity:1;stroke:none" class="ColorScheme-NegativeText"><path d="M4 4v24h24V4zm1 6h22v17H5z"/><path d="M12 17h8v3h-8z"/></g></svg>
|
||||
|
After Width: | Height: | Size: 421 B |
Reference in New Issue
Block a user