PanelDescriptionWizard

Inheritance diagram of PanelDescriptionWizard
class PanelDescriptionWizard(parent=None, designMode=False, gui=None, extraWidgets=None)[source]

A wizard-style dialog for configuring a new TaurusGui panel. Use getDialog() for launching it

Import from taurus.qt.qtgui.taurusgui as:

from taurus.qt.qtgui.taurusgui import PanelDescriptionWizard
static getDialog(parent, extraWidgets=None)[source]

Static method for launching a new Dialog.

Parameters:

parent – parent widget for the new dialog

Returns:

tuple of a description object and a state flag. The state is True if the dialog was accepted and False otherwise

Return type:

tuple<PanelDescription,bool>

getGui()[source]

returns a reference to the GUI to which the dialog is associated

getPanelDescription()[source]

Returns the panel description with the choices made so far

Returns:

the panel description

Return type:

PanelDescription

setPanelDescription(desc)[source]

Sets the Panel description

Parameters:

desc (PanelDescription) –