Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The PackageManagerService class provides the Package Manager service. More...
#include <PackageManagerService>
Inherits QtopiaAbstractService.
The PackageManagerService class provides the Package Manager service.
The Package Manager service enables package installations to be triggered remotely.
A package install can be started by invoking the service message installPackageConfirm(QString) with URL of the descriptor of the package to install. Package manager will then download the descriptor and after gaining the users consent download the package and install it.
See also QtopiaAbstractService.
Initiate the package installation process using the package descriptor embedded within request.
This slot corresponds to the QCop message PackageManager::installPackage(QDSActionRequest).
Download a package descriptor from the URL url and after obtaining the users consent download and install the package it refers to.
This slot corresponds to the QCop message PackageManager::installPackageConfirm(QString).
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |