ComboBox

class qte.ComboBox(value='', parent=None)

An editable combo box for str types.

None is an acceptable value for setValue and is converted to an empty string. None is returned by getValue if no index is selected.

Project Versions

Table Of Contents

Previous topic

CheckFilterModel

Next topic

DataModel

This Page