QTextBrowser

GPL Closed

A hyper text browsing widget.

[ Official docs | Back to Index ]

Styles and Code

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 ]

Licenses are noted in grayed out, smaller text. Closed indicates that the widget is available under a closed-source compatible license. Dual licensing is possible.

Provided by the DigitalFanatics, the host of the Independent Qt Tutorial.