Searched refs:UIWarningPane (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIWarningPane.cpp3 * VBox Qt GUI - UIWarningPane class implementation.
29 # include "UIWarningPane.h"
38 UIWarningPane::UIWarningPane(QWidget *pParent) function in class:UIWarningPane
49 void UIWarningPane::setWarningLabel(const QString &strWarningLabel)
55 void UIWarningPane::registerValidator(UIPageValidator *pValidator)
89 void UIWarningPane::sltHandleHoverTimer()
96 void UIWarningPane::prepare()
102 void UIWarningPane::prepareContent()
140 bool UIWarningPane
[all...]
H A DUIWarningPane.h2 * VBox Qt GUI - UIWarningPane class declaration.
30 class UIWarningPane: public QWidget class in inherits:QWidget
43 UIWarningPane(QWidget *pParent = 0);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDialog.h31 class UIWarningPane;
161 UIWarningPane *m_pWarningPane;
H A DUISettingsDialog.cpp31 # include "UIWarningPane.h"
129 m_pWarningPane = new UIWarningPane;

Completed in 64 milliseconds