First tray attempt, seems to be working

This commit is contained in:
Blue 2022-08-15 19:40:07 +03:00
parent 7192286aeb
commit 7e9eed2075
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
13 changed files with 201 additions and 7 deletions

View file

@ -24,6 +24,7 @@
#include <QVariant>
#include <QSettings>
#include <QFileDialog>
#include <QSystemTrayIcon>
namespace Ui
{
@ -47,6 +48,8 @@ private slots:
void onBrowseButtonClicked();
void onDialogAccepted();
void onDialogDestroyed();
void onTrayChecked(int state);
void onHideTrayChecked(int state);
private:
QScopedPointer<Ui::PageGeneral> m_ui;