dip.shell.plugins

QMainWindowShellPlugin

class dip.shell.plugins.QMainWindowShellPlugin

Base class: Plugin

The QMainWindowShellPlugin class is the plugin definition for the default QMainWindow based shell.

id = 'dip.shells.qmainwindow'
The identifier of the plugin.
description = 'The default QMainWindow shell'
The description of the plugin as it will appear to the user.
shell_service = ContributionTo('dip.plugins.services')
The shell service contributed by this plugin.

ShellManagerPlugin

class dip.shell.plugins.ShellManagerPlugin

Base class: Plugin

The ShellManagerPlugin class is the plugin definition for the default shell manager.

id = 'dip.shell.shell_manager'
The identifier of the plugin.
description = 'The default shell manager'
The description of the plugin as it will appear to the user.
shell_manager_service = ContributionTo('dip.plugins.services')
The shell manager service contributed by this plugin.

Table Of Contents

Previous topic

dip.shell

Next topic

dip.shell.actions

This Page