Qt Extended Home · Index · Classes · Headers · Overviews codeless banner

QDAppPlugin Class Reference

The QDAppPlugin class creates an application widget and a settings widget. More...

    #include <QDAppPlugin>

Inherits QDPlugin.

Public Functions

Additional Inherited Members


Detailed Description

The QDAppPlugin class creates an application widget and a settings widget.

An App plugin must create an application widget (which appears in the main chooser). It can optionally create a settings widget (which appears in the settings dialog) and an info widget.


Member Function Documentation

QDAppPlugin::QDAppPlugin ( QObject * parent = 0 )

Construct a QDAppPlugin with parent as the owning QObject.

QDAppPlugin::~QDAppPlugin ()   [virtual]

Destructor.

QIcon QDAppPlugin::icon ()   [pure virtual]

Return the icon that will be used to identify this plugin. It is helpful to choose a unique icon.

QWidget * QDAppPlugin::initApp ()   [pure virtual]

Create the app widget. The widget will be destroyed before the plugin is unloaded.

QWidget * QDAppPlugin::initSettings ()   [virtual]

Create the settings widget. The widget will be destroyed before the plugin is unloaded.


Copyright © 2009 Trolltech
Qt Extended Sync Agent Documentation