Searched defs:VBoxLicenseViewer (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxLicenseViewer.h2 * VBox Qt GUI - VBoxLicenseViewer class declaration.
31 class VBoxLicenseViewer : public QIWithRetranslateUI2<QDialog> class in inherits:QIWithRetranslateUI2
37 VBoxLicenseViewer(QWidget *pParent = 0);
H A DVBoxLicenseViewer.cpp3 * VBox Qt GUI - VBoxLicenseViewer class implementation.
22 # include "VBoxLicenseViewer.h"
36 VBoxLicenseViewer::VBoxLicenseViewer(QWidget *pParent /* = 0 */) function in class:VBoxLicenseViewer
72 int VBoxLicenseViewer::showLicenseFromFile(const QString &strLicenseFileName)
87 int VBoxLicenseViewer::showLicenseFromString(const QString &strLicenseText)
94 void VBoxLicenseViewer::retranslateUi()
102 int VBoxLicenseViewer::exec()
107 void VBoxLicenseViewer::onScrollBarMoving (int aValue)
113 void VBoxLicenseViewer
[all...]

Completed in 51 milliseconds