TaurusDevPanel

Inheritance diagram of TaurusDevPanel
class TaurusDevPanel(parent=None, designMode=False)[source]

Bases: taurus.qt.qtgui.container.taurusmainwindow.TaurusMainWindow

TaurusDevPanel is a Taurus Application inspired in Jive and Atk Panel.

It Provides a Device selector and several dockWidgets for interacting and displaying information from the selected device.

createActions()[source]

create actions

classmethod getQtDesignerPluginInfo()[source]

Returns pertinent information in order to be able to build a valid QtDesigner widget plugin.

The dictionary returned by this method should contain at least the following keys and values: - ‘module’ : a string representing the full python module name (ex.: ‘taurus.qt.qtgui.base’) - ‘icon’ : a string representing valid resource icon (ex.: ‘designer:combobox.png’) - ‘container’ : a bool telling if this widget is a container widget or not.

This default implementation returns the following dictionary:

{ 'group'     : 'Taurus [Unclassified]',
  'icon'      : 'logos:taurus.png',
  'container' : False }
Return type:dict
Returns:a map with pertinent designer information
loadUi(filename=None, path=None)
onDeviceSelected(devinfo)[source]
onItemSelectionChanged(current, previous)[source]
setDevice(devname)[source]
setTangoHost(host)[source]

extended from :class:setTangoHost