21 #ifndef LIBRARYPLUGINCOMBOBOX_H
22 #define LIBRARYPLUGINCOMBOBOX_H
24 #include "Utils/Pimpl.h"
25 #include "Gui/Utils/Widgets/ComboBox.h"
36 explicit PluginCombobox(
const QString& text, QWidget* parent =
nullptr);
43 void skinChanged()
override;
44 void languageChanged()
override;
47 void currentLibraryChanged();
48 void currentIndexChanged(
int index);
Definition: ComboBox.h:31
Definition: LibraryPluginCombobox.h:31
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31