connect_combo_text

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

Bases: BaseConnection

Connect a callback property with a QComboBox widget based on the text.

Parameters:
instanceobject

The class instance that the callback property is attached to

propstr

The name of the callback property

widgetQComboBox

The combo box to connect.

Methods

connect

disconnect

update_prop

update_widget

See also

connect_combo_data

connect a callback property with a QComboBox widget based on the userData.

Methods Summary

connect()

disconnect()

update_prop(idx)

update_widget(value)

Methods Documentation

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