pyqtribbon.typehints

Module Contents

Classes

PyQtSignalType

This is a protocol for the pyqt signal type.

PyQtActionType

This is a protocol for the pyqt action type.

RibbonType

This is a protocol for the ribbon type for type hints in categories for getting the tabRect.

class pyqtribbon.typehints.PyQtSignalType[source]

This is a protocol for the pyqt signal type.

connect(slot)[source]
disconnect(slot)[source]
emit(*args)[source]
class pyqtribbon.typehints.PyQtActionType[source]

This is a protocol for the pyqt action type.

triggered: PyQtSignalType[source]
class pyqtribbon.typehints.RibbonType[source]

This is a protocol for the ribbon type for type hints in categories for getting the tabRect.

tabBar() qtpy.QtWidgets.QTabBar[source]
showContextCategory(category)[source]
hideContextCategory(category)[source]
setCategoryState(category, state)[source]
categoryVisible(category)[source]
categories() Dict[source]
repaint()[source]