forked from blue/squawk
First tray attempt, seems to be working
This commit is contained in:
parent
7192286aeb
commit
7e9eed2075
13 changed files with 201 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue