summaryrefslogtreecommitdiffstats
path: root/doc/scripting-api/gui.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/scripting-api/gui.qdoc')
-rw-r--r--doc/scripting-api/gui.qdoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/scripting-api/gui.qdoc b/doc/scripting-api/gui.qdoc
index 63a76b60b..149e1bc84 100644
--- a/doc/scripting-api/gui.qdoc
+++ b/doc/scripting-api/gui.qdoc
@@ -128,7 +128,11 @@
/*!
\qmlmethod void gui::showSettingsButton(boolean show)
- Shows the \uicontrol Settings button if \a show is \c true.
+ Shows the \uicontrol Settings button if \a show is \c true. This function
+ overrides the visibility of the \uicontrol Settings button in all pages. Be
+ careful when showing the settings button so that users cannot change network
+ settings while downloading data in the background. Changing the
+ settings will restart the wizard and switch back to the introduction page.
*/
/*!