taurus taurus

Previous topic

AppSettingsWizard

Next topic

ExternalAppEditor

This Page

DockWidgetPanel

Inheritance diagram of DockWidgetPanel

class DockWidgetPanel(parent, widget, name, mainwindow)

Bases: PyQt4.QtGui.QDockWidget, taurus.qt.qtgui.base.taurusbase.TaurusBaseWidget

This is an extended QDockWidget which provides some methods for being used as a “panel” of a TaurusGui application. Widgets of TaurusGui are inserted in the application by adding them to a DockWidgetPanel.

applyConfig(configdict, depth=-1)
createConfig(*args, **kwargs)
getWidgetClassName()
getWidgetModuleName()
isCustom()
isPermanent()
setCustom(custom)
setPermanent(permanent)
setWidgetFromClassName(classname, modulename=None)