aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/quickdialogs/quickdialogs/qquickcolordialog.cpp2
-rw-r--r--src/quickdialogs/quickdialogs/qquickfiledialog.cpp2
-rw-r--r--src/quickdialogs/quickdialogs/qquickfolderdialog.cpp2
-rw-r--r--src/quickdialogs/quickdialogs/qquickfontdialog.cpp2
-rw-r--r--src/quickdialogs/quickdialogs/qquickmessagedialog.cpp4
5 files changed, 6 insertions, 6 deletions
diff --git a/src/quickdialogs/quickdialogs/qquickcolordialog.cpp b/src/quickdialogs/quickdialogs/qquickcolordialog.cpp
index 52ad5af7f2..a58ff2da25 100644
--- a/src/quickdialogs/quickdialogs/qquickcolordialog.cpp
+++ b/src/quickdialogs/quickdialogs/qquickcolordialog.cpp
@@ -18,7 +18,7 @@ QT_BEGIN_NAMESPACE
The ColorDialog type provides a QML API for color dialogs.
- \image qtquickdialogs-colordialog-gtk.png
+ \image qtquickdialogs-colordialog-gtk.png {The color dialog can be customised using the options property}
To show a color dialog, construct an instance of ColorDialog, set the
desired properties, and call \l {Dialog::}{open()}. The \l selectedColor
diff --git a/src/quickdialogs/quickdialogs/qquickfiledialog.cpp b/src/quickdialogs/quickdialogs/qquickfiledialog.cpp
index 7fdb858abc..a27fa68993 100644
--- a/src/quickdialogs/quickdialogs/qquickfiledialog.cpp
+++ b/src/quickdialogs/quickdialogs/qquickfiledialog.cpp
@@ -30,7 +30,7 @@ Q_STATIC_LOGGING_CATEGORY(lcFileDialog, "qt.quick.dialogs.filedialog")
The FileDialog type provides a QML API for file dialogs.
- \image qtquickdialogs-filedialog-gtk.png
+ \image qtquickdialogs-filedialog-gtk.png {The file dialog type allow dialogs to copy the native look and feel of the platform}
To show a file dialog, construct an instance of FileDialog, set the desired
properties, and call \l {Dialog::}{open()}. The \l currentFolder property
diff --git a/src/quickdialogs/quickdialogs/qquickfolderdialog.cpp b/src/quickdialogs/quickdialogs/qquickfolderdialog.cpp
index 4376956005..1cece9d37d 100644
--- a/src/quickdialogs/quickdialogs/qquickfolderdialog.cpp
+++ b/src/quickdialogs/quickdialogs/qquickfolderdialog.cpp
@@ -22,7 +22,7 @@ QT_BEGIN_NAMESPACE
The FolderDialog type provides a QML API for native platform folder dialogs.
- \image qtquickdialogs-folderdialog-gtk.png
+ \image qtquickdialogs-folderdialog-gtk.png {The folder dialog type allow dialogs to copy the native look and feel of the platform}
To show a folder dialog, construct an instance of FolderDialog, set the
desired properties, and call \l {Dialog::}{open()}. The \l currentFolder
diff --git a/src/quickdialogs/quickdialogs/qquickfontdialog.cpp b/src/quickdialogs/quickdialogs/qquickfontdialog.cpp
index d7516740d7..473a3b7ad5 100644
--- a/src/quickdialogs/quickdialogs/qquickfontdialog.cpp
+++ b/src/quickdialogs/quickdialogs/qquickfontdialog.cpp
@@ -21,7 +21,7 @@ QT_BEGIN_NAMESPACE
The FontDialog type provides a QML API for font dialogs.
- \image qtquickdialogs-fontdialog-gtk.png
+ \image qtquickdialogs-fontdialog-gtk.png {The user is able to view and select different fonts via the font dialog}
To show a font dialog, construct an instance of FontDialog, set the
desired properties, and call \l {Dialog::}{open()}. The \l currentFont
diff --git a/src/quickdialogs/quickdialogs/qquickmessagedialog.cpp b/src/quickdialogs/quickdialogs/qquickmessagedialog.cpp
index f17afebb44..cd9bab11a8 100644
--- a/src/quickdialogs/quickdialogs/qquickmessagedialog.cpp
+++ b/src/quickdialogs/quickdialogs/qquickmessagedialog.cpp
@@ -18,7 +18,7 @@ QT_BEGIN_NAMESPACE
The MessageDialog type provides a QML API for message dialogs.
- \image qtquickdialogs-messagedialog-android.png
+ \image qtquickdialogs-messagedialog-android.png {The message dialog informs the user of some information, and will close when the user acknowledges the dialog}
A message dialog is used to inform the user, or ask the user a question.
A message dialog displays a primary \l text to alert the user to a situation,
@@ -55,7 +55,7 @@ QT_BEGIN_NAMESPACE
}
\endcode
- \image qtquickdialogs-messagedialog-informative-android.png
+ \image qtquickdialogs-messagedialog-informative-android.png {The message dialog allows the user to make a choice based on the message, and will perform the associated action based on the buttons property}
\section2 Availability