source: trunk/examples/dialogs/README@ 890

Last change on this file since 890 was 2, checked in by Dmitry A. Kuminov, 17 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 1.2 KB
Line 
1Qt includes standard dialogs for many common operations, such as file
2selection, printing, and color selection.
3
4Custom dialogs can also be created for specialized modal or modeless
5interactions with users.
6
7
8The example launcher provided with Qt can be used to explore each of the
9examples in this directory.
10
11Documentation for these examples can be found via the Tutorial and Examples
12link in the main Qt documentation.
13
14
15Finding the Qt Examples and Demos launcher
16==========================================
17
18On Windows:
19
20The launcher can be accessed via the Windows Start menu. Select the menu
21entry entitled "Qt Examples and Demos" entry in the submenu containing
22the Qt tools.
23