OSDN Git Service

環境設定を実装。
[gefu/Gefu.git] / preferencedialog.h
diff --git a/preferencedialog.h b/preferencedialog.h
new file mode 100644 (file)
index 0000000..414f4e8
--- /dev/null
@@ -0,0 +1,22 @@
+#ifndef PREFERENCEDIALOG_H
+#define PREFERENCEDIALOG_H
+
+#include <QDialog>
+
+namespace Ui {
+class PreferenceDialog;
+}
+
+class PreferenceDialog : public QDialog
+{
+    Q_OBJECT
+
+public:
+    explicit PreferenceDialog(QWidget *parent = 0);
+    ~PreferenceDialog();
+
+private:
+    Ui::PreferenceDialog *ui;
+};
+
+#endif // PREFERENCEDIALOG_H