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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupPane.h2 * VBox Qt GUI - UIPopupPane class declaration.
33 class UIPopupPane : public QIWithRetranslateUI<QWidget> class in inherits:QIWithRetranslateUI
69 UIPopupPane(QWidget *pParent,
H A DUIPopupPane.cpp3 * VBox Qt GUI - UIPopupPane class implementation.
25 # include "UIPopupPane.h"
34 UIPopupPane::UIPopupPane(QWidget *pParent, function in class:UIPopupPane
56 void UIPopupPane::recall()
62 void UIPopupPane::setMessage(const QString &strMessage)
73 void UIPopupPane::setDetails(const QString &strDetails)
83 void UIPopupPane::setMinimumSizeHint(const QSize &minimumSizeHint)
96 void UIPopupPane::layoutContent()
125 void UIPopupPane
[all...]

Completed in 41 milliseconds