Settings dialog started. It is empty so far.
[yandex-traffic] / settingsDialog.hpp
diff --git a/settingsDialog.hpp b/settingsDialog.hpp
new file mode 100644 (file)
index 0000000..8bee870
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef __SETTINGSDIALOG_H__
+#define __SETTINGSDIALOG_H__
+
+#include <QtGui>
+
+#include "settings.hpp"
+
+
+class SettingsDialog : public QDialog
+{
+    Q_OBJECT
+public:
+    SettingsDialog (QWidget *parent, Settings *settings);
+};
+
+
+#endif // __SETTINGSDIALOG_H__