OptionsBox

class qte.OptionsBox(value=None, parent=None)

A combo box which allows a single selection from a SelectList.

None is an acceptable value for setValue and is converted to an empty SelectList. None is never returned by getValue. The SelectList passed to setValue is copied and the selected option tracked by index. This means that non-string types in setValue will be returned by getValue intact.

Inherits

Project Versions

Table Of Contents

Previous topic

ListDelegate

Next topic

SafeWriter

This Page