Interim Update
[pierogi] / pirpreferencesform.h
diff --git a/pirpreferencesform.h b/pirpreferencesform.h
new file mode 100644 (file)
index 0000000..b3089ea
--- /dev/null
@@ -0,0 +1,29 @@
+#ifndef PIRPREFERENCESFORM_H
+#define PIRPREFERENCESFORM_H
+
+#include <QWidget>
+
+class MainWindow;
+
+namespace Ui {
+class PIRPreferencesForm;
+}
+
+class PIRPreferencesForm : public QWidget
+{
+  Q_OBJECT
+  
+public:
+  explicit PIRPreferencesForm(QWidget *parent = 0);
+  ~PIRPreferencesForm();
+  
+private slots:
+  void on_altMainCheckBox_stateChanged(int arg1);
+
+private:
+  Ui::PIRPreferencesForm *ui;
+
+  MainWindow *mainWindow;
+};
+
+#endif // PIRPREFERENCESFORM_H