The widgets package#
Various parce-related Qt Widgets.
The widgets.lexiconchooser module#
LexiconChooser is a combobox to choose a root lexicon.
- class LexiconChooser(parent=None, registry=None)[source]#
Bases:
QComboBoxA combobox showing available root lexicons.
On instantiation the
Registrycan be given. If None, the default parce registry is used.- lexicon_changed#
This signal is emitted when the current lexicon changes.
The single argument is a
Lexiconor None.
- set_registry(registry)[source]#
Set the
Registryand populate ourselves with the lexicons from the registry.