21 #ifndef LIBRARYPLUGINCOMBOBOX_H 22 #define LIBRARYPLUGINCOMBOBOX_H 24 #include "Utils/Pimpl.h" 25 #include "Gui/Utils/Widgets/ComboBox.h" 38 explicit PluginCombobox(
const QString& text, QWidget* parent=
nullptr);
45 void actionTriggered(
bool b);
46 void currentLibraryChanged();
47 void currentIndexChanged(
int index);
50 void skinChanged()
override;
51 void languageChanged()
override;
55 #endif // LIBRARYPLUGINCOMBOBOX_H Definition: LibraryPluginCombobox.h:31
A custom combobox which also uses the Gui::ComboBoxDelegate.
Definition: ComboBox.h:33
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:30