Accessing The Help System

There any many ways to get online help in Qt GUI Designer. For example, you can read an online version of this manual by selecting Help/Manual from the menu or hitting Ctrl-F1. But the most interesting help feature will probably be the context help. If you edit properties in the property editor, you can just press the F1 key to be shown the very part in the Qt reference documentation that explains exactly this property. Similarly, if a widget is selected in the form editor, pressing F1 will show the description of this widget in the Qt reference documentation. If the background of a form is selecting, pressing F1 will get you the description of the Qt class that is the base class of the form class (usually QWidget, QWizard, or QDialog).

Whenever you are in the Qt help browser that you open by clicking F1 or Shift-F1, you can access a comprehensive help index by hitting Shift-T or selecting Go/Topics/Index from the help browser menu.

Another way of getting help is the so-called what's this help. If you are uncertain what a certain toolbar button is for, for example, you can click on the toolbar button with the arrow and the question mark and then on the toolbar button in question, and a small information window will pop up that explains what this button is for. All dialogs have what's this help as well; just hit the Shift-F1 key (you won't be able to use the toolbar button in a modal dialog) and click on the widget you are uncertain about. The same applies to all the views: the widget hierarchy view, the form list and the property editor.