Chapter 16. Providing Online Help

Providing Online Help

Most applications provide their users with online help. Some help is short, such as tooltips, status tips, and “What’s This?” help. Naturally, Qt supports all of these. Other help can be much more extensive, involving many pages of text. For this kind of help, you can use QTextBrowser as a simple online help browser, or you can invoke Qt Assistant or an HTML browser from your application.

Tooltips, Status Tips, and “What’s This?” Help

A tooltip is a small piece of text that appears when ...

Get C++ GUI Programming with Qt 4 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.