connect_combo_data

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

Bases: BaseConnection

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

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.

See also

connect_combo_text

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

Methods

connect

disconnect

update_prop

update_widget

Methods Summary

connect()

disconnect()

update_prop(idx)

update_widget(value)

Methods Documentation

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