b3089ea95679751a629a156a570bad43af318103
[pierogi] / pirpreferencesform.h
1 #ifndef PIRPREFERENCESFORM_H
2 #define PIRPREFERENCESFORM_H
3
4 #include <QWidget>
5
6 class MainWindow;
7
8 namespace Ui {
9 class PIRPreferencesForm;
10 }
11
12 class PIRPreferencesForm : public QWidget
13 {
14   Q_OBJECT
15   
16 public:
17   explicit PIRPreferencesForm(QWidget *parent = 0);
18   ~PIRPreferencesForm();
19   
20 private slots:
21   void on_altMainCheckBox_stateChanged(int arg1);
22
23 private:
24   Ui::PIRPreferencesForm *ui;
25
26   MainWindow *mainWindow;
27 };
28
29 #endif // PIRPREFERENCESFORM_H