diff options
author | saturneric <[email protected]> | 2024-08-05 16:39:54 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-08-05 16:39:54 +0000 |
commit | 8bea955acbd0e607e32f80b4b8d14d4e1c4732b1 (patch) | |
tree | fc9476ebfd1b623ab31906b00b823385e08e9703 /src/ui/main_window/MainWindowUI.cpp | |
parent | fix: correct spelling mistakes (diff) | |
download | GpgFrontend-8bea955acbd0e607e32f80b4b8d14d4e1c4732b1.tar.gz GpgFrontend-8bea955acbd0e607e32f80b4b8d14d4e1c4732b1.zip |
feat: add setting icon
Diffstat (limited to 'src/ui/main_window/MainWindowUI.cpp')
-rw-r--r-- | src/ui/main_window/MainWindowUI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/main_window/MainWindowUI.cpp b/src/ui/main_window/MainWindowUI.cpp index 49889c06..d0866415 100644 --- a/src/ui/main_window/MainWindowUI.cpp +++ b/src/ui/main_window/MainWindowUI.cpp @@ -168,6 +168,7 @@ void MainWindow::create_actions() { &MainWindow::slot_clean_double_line_breaks); open_settings_act_ = new QAction(tr("Settings"), this); + open_settings_act_->setIcon(QIcon(":/icons/setting.png")); open_settings_act_->setToolTip(tr("Open settings dialog")); open_settings_act_->setMenuRole(QAction::PreferencesRole); open_settings_act_->setShortcut(QKeySequence::Preferences); |