2014-10-07 15:05:08 +02:00
|
|
|
/****************************************************************************
|
|
|
|
**
|
2015-12-28 14:40:15 +02:00
|
|
|
** Copyright (C) 2016 The Qt Company Ltd.
|
2015-02-17 11:18:57 +01:00
|
|
|
** Contact: http://www.qt.io/licensing/
|
2014-10-07 15:05:08 +02:00
|
|
|
**
|
|
|
|
** This file is part of the Qt Installer Framework.
|
|
|
|
**
|
|
|
|
** $QT_BEGIN_LICENSE:FDL$
|
|
|
|
** Commercial License Usage
|
|
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
|
|
** accordance with the commercial license agreement provided with the
|
|
|
|
** Software or, alternatively, in accordance with the terms contained in
|
2015-02-17 11:18:57 +01:00
|
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
2015-12-28 14:40:15 +02:00
|
|
|
** and conditions see http://www.qt.io/terms-conditions. For further
|
2015-02-17 11:18:57 +01:00
|
|
|
** information use the contact form at http://www.qt.io/contact-us.
|
2014-10-07 15:05:08 +02:00
|
|
|
**
|
|
|
|
** GNU Free Documentation License Usage
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
|
|
** Foundation and appearing in the file included in the packaging of
|
2015-12-28 14:40:15 +02:00
|
|
|
** this file. Please review the following information to ensure
|
2014-10-07 15:05:08 +02:00
|
|
|
** the GNU Free Documentation License version 1.3 requirements
|
|
|
|
** will be met: http://www.gnu.org/copyleft/fdl.html.
|
|
|
|
** $QT_END_LICENSE$
|
|
|
|
**
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
/*!
|
|
|
|
\contentspage {index.html}{Qt Installer Framework}
|
|
|
|
\previouspage ifw-tools.html
|
|
|
|
\nextpage ifw-cpp-classes.html
|
|
|
|
|
2015-01-09 10:21:25 +01:00
|
|
|
\title Scripting API
|
2014-10-07 15:05:08 +02:00
|
|
|
\qmlmodule scripting
|
2015-01-09 10:21:25 +01:00
|
|
|
|
|
|
|
\brief Scripting API reference.
|
|
|
|
|
|
|
|
The following table summarizes the global JavaScript objects that you can
|
|
|
|
use in controller and component scripts.
|
2014-10-07 15:05:08 +02:00
|
|
|
*/
|