summaryrefslogtreecommitdiffstats
path: root/doc/scripting-api/packagemanagercore.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/scripting-api/packagemanagercore.qdoc')
-rw-r--r--doc/scripting-api/packagemanagercore.qdoc19
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/scripting-api/packagemanagercore.qdoc b/doc/scripting-api/packagemanagercore.qdoc
index 1cff11c84..cb11cef0d 100644
--- a/doc/scripting-api/packagemanagercore.qdoc
+++ b/doc/scripting-api/packagemanagercore.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -332,6 +332,23 @@
*/
/*!
+ \qmlmethod void installer::setFileDialogAutomaticAnswer(string identifier, string &value)
+
+ Automatically sets the existing directory or filename \a value to QFileDialog with the ID
+ \a identifier.
+
+ \sa removeFileDialogAutomaticAnswer
+*/
+
+/*!
+ \qmlmethod void installer::removeFileDialogAutomaticAnswer(string identifier)
+
+ Removes the automatic answer from QFileDialog with the ID \a identifier.
+
+ \sa setFileDialogAutomaticAnswer
+*/
+
+/*!
\qmlmethod float installer::requiredDiskSpace()
Returns the additional estimated amount of disk space in bytes required after installation.