QInstaller Namespace

Contains classes to implement the core functionality of the Qt Installer Framework and the installer UI. More...

Header: #include <QInstaller>

Namespaces

namespace TaskRole

Classes

Functions

QInstaller::Q_DECL_IMPORT operator==(const int &lhs, const int &rhs)

Detailed Description

Contains classes to implement the core functionality of the Qt Installer Framework and the installer UI.

Namespaces

namespace QInstaller::TaskRole

Classes

class BinaryFormatEngine

The BinaryFormatEngine class is the default file engine for accessing resource collections and resource files. More...

class FileTaskItem

The FileTaskItem class represents an item in a file task object. More...

class FileTaskResult

The FileTaskResult class represents the results of a file task. More...

class OperationBlob

The OperationBlob class is a textual representation of an operation that can be instantiated and executed by the Qt Installer Framework. More...

class PerformInstallationForm

The PerformInstallationForm class shows progress information about the installation state. More...

class QProcessSignalReceiver

class SystemInfo

Provides information about the operating system. More...

Function Documentation

QInstaller::Q_DECL_IMPORT QInstaller::operator==(const int &lhs, const int &rhs)

Returns true if lhs and rhs are equal; otherwise returns false.