Added About Dialog, Updated UI, Fixed Bug 6669
[confmgr] / aboutdialog.h
diff --git a/aboutdialog.h b/aboutdialog.h
new file mode 100644 (file)
index 0000000..c4073ba
--- /dev/null
@@ -0,0 +1,22 @@
+#ifndef ABOUTDIALOG_H
+#define ABOUTDIALOG_H
+
+#include <QDialog>
+
+namespace Ui {
+    class AboutDialog;
+}
+
+class AboutDialog : public QDialog
+{
+    Q_OBJECT
+
+public:
+    explicit AboutDialog(QWidget *parent = 0);
+    ~AboutDialog();
+
+private:
+    Ui::AboutDialog *ui;
+};
+
+#endif // ABOUTDIALOG_H