21 #ifndef LOCALLIBRARYCONTAINER_H 22 #define LOCALLIBRARYCONTAINER_H 24 #include "Interfaces/LibraryInterface/LibraryContainer/LibraryContainer.h" 45 QWidget*
get_ui()
const override;
51 #endif // LOCALLIBRARYCONTAINER_H QMenu * get_menu() override
return actions menu (may be nullptr). The title does not have to be set
QWidget * get_ui() const override
Should return the UI for the library view.
QIcon get_icon() const override
Should return the icon displayed in the library view combobox.
QString get_name() const override
Should return an untranslated name used for identifying this widget.
An interface class needed when implementing a library plugin.
Definition: LibraryContainer.h:40
void init_ui() override
Should initialize the ui. The ui constructor should be called within this function.
QComboBox * get_libchooser() override
Should return the library chooser combo box.
QString get_display_name() const override
Should return the translated name displayed in the library view combobox.
Definition: GUI_LocalLibrary.h:42
Definition: LocalLibraryContainer.h:28