#include <aboutdialog.h>
Inheritance diagram for AboutDialog:
Public Member Functions | |
AboutDialog (QWidget *parent=0, Qt::WFlags flags=0) | |
void | show () |
Private Member Functions | |
void | loadLicense () |
Private Attributes | |
Ui::AboutDialog | ui |
TorControl * | _torControl |
Definition at line 36 of file aboutdialog.h.
AboutDialog::AboutDialog | ( | QWidget * | parent = 0 , |
|
Qt::WFlags | flags = 0 | |||
) |
Default constructor
Definition at line 33 of file aboutdialog.cpp.
References _torControl, VidaliaWindow::close(), loadLicense(), VidaliaWindow::setShortcut(), Vidalia::torControl(), ui, and Vidalia::version().
void AboutDialog::show | ( | ) |
Overriden QWidget.show()
Reimplemented from VidaliaWindow.
Definition at line 68 of file aboutdialog.cpp.
References _torControl, TorControl::getTorVersionString(), TorControl::isRunning(), VidaliaWindow::show(), and ui.
Referenced by MainWindow::showAbout().
void AboutDialog::loadLicense | ( | ) | [private] |
Loads the license file
Definition at line 58 of file aboutdialog.cpp.
References ui.
Referenced by AboutDialog().
Ui::AboutDialog AboutDialog::ui [private] |
Qt Designer generated QObject
Definition at line 51 of file aboutdialog.h.
Referenced by AboutDialog(), loadLicense(), and show().
TorControl* AboutDialog::_torControl [private] |
TorControl for access to Tor version info
Definition at line 53 of file aboutdialog.h.
Referenced by AboutDialog(), and show().