Searched refs:m_strText (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUILineTextEdit.h72 void setText(const QString& strText) { m_strText = strText; }
73 QString text() const { return m_strText; }
83 QString m_strText; member in class:UILineTextEdit
H A DUIPopupPaneTextPane.cpp36 , m_strText(strText)
53 m_strText = strText;
54 m_pLabel->setText(m_strText);
155 m_pLabel->setText(m_strText);
H A DUILineTextEdit.cpp124 te.setText(m_strText);
127 m_strText = te.text();
H A DUIPopupPaneTextPane.h92 QString m_strText; member in class:UIPopupPaneTextPane
/vbox/src/VBox/Main/src-all/
H A DVirtualBoxErrorInfoImpl.cpp36 m_strText = strText;
62 m_strText = info.getText();
120 m_strText.cloneTo(aText);
159 m_strText = bstrText;
221 m_strText = pszMsg;
225 m_strText.setNull();
238 m_strText.cloneTo(aMessage);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/importappliance/
H A DUIWizardImportApp.cpp84 m_strText = strText;
126 m_pLicenseText->setText(m_strText);
140 QString m_strText; member in class:UIImportLicenseViewer
/vbox/src/VBox/Main/include/
H A DVirtualBoxErrorInfoImpl.h147 Utf8Str m_strText; member in class:VirtualBoxErrorInfo

Completed in 851 milliseconds