summaryrefslogtreecommitdiff
path: root/src/AboutDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/AboutDialog.h')
-rw-r--r--src/AboutDialog.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/AboutDialog.h b/src/AboutDialog.h
new file mode 100644
index 0000000..529d8b4
--- /dev/null
+++ b/src/AboutDialog.h
@@ -0,0 +1,18 @@
+#ifndef ABOUTDIALOG_H_
+#define ABOUTDIALOG_H_
+
+#include "ui_AboutDialog.h"
+
+class AboutDialog : public QDialog, public Ui::AboutDialog
+{
+ Q_OBJECT;
+public:
+ AboutDialog(QWidget *parent) {
+ setupUi(this);
+ this->aboutText->setOpenExternalLinks(true);
+ QUrl flattr_qurl(":icons/flattr.png" );
+ this->aboutText->loadResource( QTextDocument::ImageResource, flattr_qurl );
+ }
+};
+
+#endif
contact: Jan Huwald // Impressum