Signals | |
void | currentPluginChanged (EnginePlugin *plugin) |
Public Member Functions | |
EnginePluginComboBox (QWidget *parent) | |
EnginePlugin * | currentPlugin () const |
void | setAllowUnknown (bool allow) |
bool | setPluginByName (const QString &name) |
Definition at line 30 of file engineplugincombobox.h.
void EnginePluginComboBox::setAllowUnknown | ( | bool | allow | ) |
Allow setting an unknown plugin in setPluginByName().
If unknown plugin is allowed, the combo box will display its name together with an "(unknown)" label. currentPlugin() will return nullptr
while such plugin is selected.
Definition at line 65 of file engineplugincombobox.cpp.