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