Skip to Content
Programming with Qt, 2nd Edition
book

Programming with Qt, 2nd Edition

by Matthias Kalle Dalheimer
January 2002
Beginner to intermediate
522 pages
14h 36m
English
O'Reilly Media, Inc.
Content preview from Programming with Qt, 2nd Edition

Chapter 18. Providing Help

This chapter deals with the important question of how users can get help on the functionality and use of your application.[37] Implementing help facilities usually ties together various classes described elsewhere in this book; we therefore direct you to other chapters where appropriate and cover only the subjects not found elsewhere in this chapter. While making an application as intuitive to use as possible should always be a goal, most applications provide such an amount of functionality that at least some help facility will be necessary. Also, good online help is considered an important criterion of quality for many customers and reviewers.

The various possibilities to provide help can be sorted by how intrusive into the current application usage they are and by how much information they provide. These two scales coincide: the more intrusive an option is, the more help it can provide. Here are the various possibilities Qt provides:

  • Tooltip help. Tooltips are very small, borderless windows that pop up when the mouse moves over a widget that has such a tooltip and stays there for a short time. When the mouse leaves the widget, the tooltip window is automatically closed again. This automatic closure of the window is unintrusive; the user gets additional help without stopping what he is currently doing. On the other hand, this help is not very comprehensive. Tooltip windows need to be small to be usable, so there is an upper limit on the amount of ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

C++ GUI Programming with Qt 4

C++ GUI Programming with Qt 4

Jasmin Blanchette, Mark Summerfield
C++ GUI Programming with Qt 4

C++ GUI Programming with Qt 4

Jasmin Blanchette, Mark Summerfield

Publisher Resources

ISBN: 0596000642Supplemental ContentErrata Page