A hyper text browsing widget.
[ Official docs | Back to Index ]
Code | windows | sgi |
QTextBrowser *w = new QTextBrowser( 0, 0 );
w->setSource(QDir::currentDirPath() + QDir::separator() + ".." + QDir::separator() + "html" + QDir::separator() + "index.html");
w->setGeometry( 50, 50, 200, 100 );
| ![]() | ![]() |
[ Back to Index ]
Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.