Vuo 2.4.4
Loading...
Searching...
No Matches
VuoEditorAboutBox.hh
Go to the documentation of this file.
1
10#pragma once
11
12namespace Ui
13{
15}
16
18
23{
24 Q_OBJECT
25
26public:
27 explicit VuoEditorAboutBox(QWidget *parent = 0);
29
30private:
31 static const QString htmlHead;
32 Ui::VuoEditorAboutBox *ui;
33 QFont contributorFont;
34 QFont licenseFont;
35 QString contributorsText;
36 QString dependenciesText;
37 map<QString, QString> licenseTextForDependency;
38 QTreeWidgetItem *contributors;
39 QTreeWidgetItem *dependencies;
40
41 QString fetchMarkdown(const QString &filename, const QString &fallback);
42 void populateLicenseTexts();
43
44private slots:
45 void updateDisplayedTextContent();
46};