AntiMicroX
Loading...
Searching...
No Matches
winappprofiletimerdialog.h
Go to the documentation of this file.
1#ifndef WINAPPPROFILETIMERDIALOG_H
2#define WINAPPPROFILETIMERDIALOG_H
3
4#include <QDialog>
5#include <QTimer>
6
7namespace Ui {
9}
10
11class WinAppProfileTimerDialog : public QDialog
12{
14
15 public:
16 explicit WinAppProfileTimerDialog(QWidget *parent = 0);
18
19 protected:
21
22 // slots:
23 // void
24
25 private:
26 Ui::WinAppProfileTimerDialog *ui;
27
28 private slots:
29 void startTimer();
30};
31
32#endif // WINAPPPROFILETIMERDIALOG_H
Definition joydpadxml.h:27
Definition winappprofiletimerdialog.h:12
QTimer appTimer
Definition winappprofiletimerdialog.h:20
~WinAppProfileTimerDialog()
Definition winappprofiletimerdialog.cpp:16
void startTimer()
Definition winappprofiletimerdialog.cpp:18
Ui::WinAppProfileTimerDialog * ui
Definition winappprofiletimerdialog.h:26
Definition aboutdialog.h:26