rqt_py_common.item_delegates module

class rqt_py_common.item_delegates.DelegateUtil

Bases: object

Find out the hierarchy level of the selected item.

see: http://stackoverflow.com/a/4208240/577001

Return type:

int

Author:

Isaac Saito

class rqt_py_common.item_delegates.SpinBoxDelegate(*args: Any, **kwargs: Any)

Bases: QItemDelegate

createEditor(parent, option, index)