#include <qtextbrowser.h>#include <qsize.h>#include <qtextstream.h>Go to the source code of this file.
Classes | |
| class | Contents |
Enumerations | |
| enum | HELP_PAGE { BILLBOARD, WHATS_NEW, IMPORTING_AND_ORGANIZING, ANNOTATING_ALBUMS, FRAMING, ENHANCING, PRO_TOOLS, MANIPULATING, SAVING_AND_LOADING, KEYBOARD_SHORTCUTS, INVALID } |
Contents window widget. More... | |
| enum HELP_PAGE |
Contents window widget.
page selected
| BILLBOARD | |
| WHATS_NEW | |
| IMPORTING_AND_ORGANIZING | |
| ANNOTATING_ALBUMS | |
| FRAMING | |
| ENHANCING | |
| PRO_TOOLS | |
| MANIPULATING | |
| SAVING_AND_LOADING | |
| KEYBOARD_SHORTCUTS | |
| INVALID |
Definition at line 24 of file contents.h.
00025 { 00026 BILLBOARD, 00027 WHATS_NEW, 00028 IMPORTING_AND_ORGANIZING, 00029 ANNOTATING_ALBUMS, 00030 FRAMING, 00031 ENHANCING, 00032 PRO_TOOLS, 00033 MANIPULATING, 00034 SAVING_AND_LOADING, 00035 KEYBOARD_SHORTCUTS, 00036 INVALID, 00037 } HELP_PAGE;
1.6.2