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

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupPaneTextPane.h2 * VBox Qt GUI - UIPopupPaneTextPane class declaration.
28 class UIPopupPaneTextPane : public QWidget class in inherits:QWidget
47 UIPopupPaneTextPane(QWidget *pParent, const QString &strText, bool fFocused);
H A DUIPopupPaneTextPane.cpp3 * VBox Qt GUI - UIPopupPaneTextPane class implementation.
26 # include "UIPopupPaneTextPane.h"
32 UIPopupPaneTextPane::UIPopupPaneTextPane(QWidget *pParent, const QString &strText, bool fFocused) function in class:UIPopupPaneTextPane
46 void UIPopupPaneTextPane::setText(const QString &strText)
60 QSize UIPopupPaneTextPane::minimumSizeHint() const
70 void UIPopupPaneTextPane::setMinimumSizeHint(const QSize &minimumSizeHint)
83 void UIPopupPaneTextPane::layoutContent()
96 void UIPopupPaneTextPane::sltHandleProposalForWidth(int iWidth)
109 void UIPopupPaneTextPane
[all...]

Completed in 42 milliseconds