connect_checkable_button

class glue.external.echo.qt.connect_checkable_button(instance, prop, widget)

Bases: glue.external.echo.qt.BaseConnection

Connect a boolean callback property with a Qt button widget.

Parameters
instanceobject

The class instance that the callback property is attached to

propstr

The name of the callback property

widgetQtWidget

The Qt widget to connect. This should implement the setChecked method and the toggled signal.

Methods Summary

connect(self)

disconnect(self)

update_prop(self, value)

update_widget(self, value)

Methods Documentation

connect(self)
disconnect(self)
update_prop(self, value)
update_widget(self, value)