aa76217907424f88ecfce16243a5d87d283f295e
[simple-xmbc-rem] / simplexbmcremote-0.8.1 / setupdialog.h
1 #ifndef SETUPDIALOG_H
2 #define SETUPDIALOG_H
3
4 #include <QDialog>
5
6 namespace Ui {
7     class SetupDialog;
8 }
9
10 class SetupDialog : public QDialog
11 {
12     Q_OBJECT
13
14 public:
15     explicit SetupDialog(QWidget *parent = 0);
16     ~SetupDialog();
17     void save();
18     void load();
19
20 private:
21     Ui::SetupDialog *ui;
22 };
23
24 #endif // SETUPDIALOG_H