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);
42 void skin_changed()
override;
43 void language_changed()
override;
49 void action_triggered(
bool b);
50 void current_library_changed(
const QString& name);
55 #endif // LIBRARYPLUGINCOMBOBOX_H Definition: LibraryPluginCombobox.h:31
Definition: ComboBox.h:29
An interface class needed when implementing a library plugin.
Definition: CachingThread.h:29