改进代码
This commit is contained in:
26
trayicon/frmtrayicon.h
Normal file
26
trayicon/frmtrayicon.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef FRMTRAYICON_H
|
||||
#define FRMTRAYICON_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class frmTrayIcon;
|
||||
}
|
||||
|
||||
class frmTrayIcon : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit frmTrayIcon(QWidget *parent = 0);
|
||||
~frmTrayIcon();
|
||||
|
||||
private:
|
||||
Ui::frmTrayIcon *ui;
|
||||
|
||||
private slots:
|
||||
void on_btnShow_clicked();
|
||||
void on_btnHide_clicked();
|
||||
};
|
||||
|
||||
#endif // FRMTRAYICON_H
|
||||
Reference in New Issue
Block a user