dip.ui.plugins

QtToolkitPlugin

class dip.ui.plugins.QtToolkitPlugin

Base class: Plugin

The QtToolkitPlugin class is the plugin definition for the default Qt toolkit.

description = 'The Qt toolkit'
The description of the plugin as it will appear to the user.
id = 'dip.ui.qt_toolkit'
The identifier of the plugin.
qt_toolkit = ContributionTo('dip.plugins.services')
The i/o manager service contributed by this plugin.

Table Of Contents

Previous topic

dip.ui

Next topic

dip.ui.toolkits.qt

This Page