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