summaryrefslogtreecommitdiffstats
path: root/examples/widgets/dialogs/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/dialogs/README')
-rw-r--r--examples/widgets/dialogs/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/widgets/dialogs/README b/examples/widgets/dialogs/README
new file mode 100644
index 0000000000..090b011061
--- /dev/null
+++ b/examples/widgets/dialogs/README
@@ -0,0 +1,9 @@
+Qt includes standard dialogs for many common operations, such as file
+selection, printing, and color selection.
+
+Custom dialogs can also be created for specialized modal or modeless
+interactions with users.
+
+
+Documentation for these examples can be found via the Examples
+link in the main Qt documentation.