Changeset 57484 in vbox for trunk/src/VBox
- Timestamp:
- Aug 20, 2015 5:24:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/UIVMLogViewer.cpp
r54055 r57484 479 479 QTextEdit *pLogViewer = createLogPage(QFileInfo(strFileName).fileName()); 480 480 pLogViewer->setPlainText(strText); 481 /* Move the cursor position to end: */ 482 QTextCursor cursor = pLogViewer->textCursor(); 483 cursor.movePosition(QTextCursor::End, QTextCursor::MoveAnchor); 484 pLogViewer->setTextCursor(cursor); 481 485 /* Add the actual file name and the QTextEdit containing the content to a list: */ 482 486 m_book << qMakePair(strFileName, pLogViewer);
Note:
See TracChangeset
for help on using the changeset viewer.