A text editor for multiple lines.
[ Official docs | Back to Index ]
Code | windows | sgi | plastik | aqua |
QMultiLineEdit *w = new QMultiLineEdit( 0, 0 );
w->insertLine( QString("Test 1" ) );
w->insertLine( QString("Test 2" ) );
w->insertLine( QString("Test 3" ) );
| ![]() | ![]() | ![]() | ![]() |
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.