connect_text

class echo.qt.connect_text(instance, prop, widget)[source]

Bases: BaseConnection

Connect a string callback property with a Qt widget containing text.

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 setText and text methods as well optionally the editingFinished signal.

Methods

connect

disconnect

update_prop

update_widget

Methods Summary

connect()

disconnect()

update_prop()

update_widget(value)

Methods Documentation

connect()[source]
disconnect()[source]
update_prop()[source]
update_widget(value)[source]