Vidalia 0.2.15
|
#include <LicenseDialog.h>
Public Member Functions | |
LicenseDialog (QWidget *parent=0) | |
Protected Member Functions | |
virtual QString | loadHtml (const QString &source) const |
Private Attributes | |
Ui::LicenseDialog | ui |
Definition at line 23 of file LicenseDialog.h.
LicenseDialog::LicenseDialog | ( | QWidget * | parent = 0 | ) |
Default constructor.
Definition at line 23 of file LicenseDialog.cpp.
References loadHtml(), and ui.
QString LicenseDialog::loadHtml | ( | const QString & | source | ) | const [protected, virtual] |
Reads and returns all HTML-formatted text from source.
Definition at line 33 of file LicenseDialog.cpp.
Referenced by LicenseDialog().
Ui::LicenseDialog LicenseDialog::ui [private] |
Definition at line 38 of file LicenseDialog.h.
Referenced by LicenseDialog().