Bases: PyQt4.QtGui.QScrollArea
A widget that presents a 2D grid of buttons
returns the choice :rtype: :class:~`str` :return:
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 Widgets',
'icon' : ':/designer/taurus.png',
'container' : False }
Return type: | :class:~`dict` |
---|---|
Returns: | a map with pertinent designer information |
slot called when a button is clicked
sets the option for a given row,column coordinate in the grid
Parameters: |
|
---|
sets the available options
Parameters: |
|
---|