summaryrefslogtreecommitdiff
path: root/src/AboutDialog.h
blob: 34122a06f2cc35156433d6abe14ad070485f67d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef ABOUTDIALOG_H_
#define ABOUTDIALOG_H_

#include "ui_AboutDialog.h"

class AboutDialog : public QDialog, public Ui::AboutDialog
{
	Q_OBJECT;
public:
	AboutDialog(QWidget *) {
		setupUi(this);
		this->aboutText->setOpenExternalLinks(true);
		QUrl flattr_qurl(":icons/flattr.png" );
		this->aboutText->loadResource( QTextDocument::ImageResource, flattr_qurl );
	}
};

#endif
contact: Jan Huwald // Impressum