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);
41 static int get_index_offset();
44 void skin_changed()
override;
45 void language_changed()
override;
51 void action_triggered(
bool b);
52 void current_library_changed();
57 #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:32