23 #ifndef EMPTYLIBRARYCONTAINER_H 24 #define EMPTYLIBRARYCONTAINER_H 26 #include "Utils/Pimpl.h" 27 #include "Interfaces/LibraryInterface/LibraryContainer/LibraryContainer.h" 40 QString
name()
const override;
42 QWidget*
widget()
const override;
43 QMenu*
menu()
override;
44 QFrame* header()
const override;
45 QPixmap icon()
const override;
50 #endif // EMPTYLIBRARYCONTAINER_H QMenu * menu() override
return actions menu (may be nullptr). The title does not have to be set
Definition: LibraryContainer.h:47
QWidget * widget() const override
Should return the UI for the library view.
QString name() const override
Should return an untranslated name used for identifying this widget.
void init_ui() override
Should initialize the ui. The ui constructor should be called within this function.
QString display_name() const override
Should return the translated name displayed in the library view combobox.
Definition: EmptyLibraryContainer.h:29