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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMLogViewer.cpp156 QTextEdit *pBrowser = m_pViewer->currentLogPage(); local
157 if (pBrowser && pBrowser->textCursor().hasSelection())
159 QTextCursor cursor = pBrowser->textCursor();
161 pBrowser->setTextCursor(cursor);
291 QTextEdit *pBrowser = m_pViewer->currentLogPage(); local
292 if (!pBrowser) return;
294 QTextCursor cursor = pBrowser->textCursor();
298 QString strText = pBrowser->toPlainText();
320 pBrowser
429 QTextEdit *pBrowser = pContainer->findChild<QTextEdit*>(); local
[all...]

Completed in 108 milliseconds