 |
Sayonara Player
|
21 #ifndef EMPTYLIBRARYCONTAINER_H
22 #define EMPTYLIBRARYCONTAINER_H
24 #include "Utils/Pimpl.h"
25 #include "Gui/Library/LibraryContainer.h"
46 QString
name()
const override;
51 QIcon
icon()
const override;
56 #endif // EMPTYLIBRARYCONTAINER_H
The EmptyLibraryContainer class.
Definition: EmptyLibraryContainer.h:37
QString name() const override
Should return an untranslated name used for identifying this widget.
QMenu * menu() override
return actions menu (may be nullptr). The title does not have to be set
QWidget * widget() const override
Should return the UI for the library view.
QFrame * header() const override
this is a frame at the top left of the container where the combo box will be located
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:31
QString displayName() const override
Should return the translated name displayed in the library view combobox.
Definition: LibraryManager.h:40
Definition: LibraryContainer.h:40
QIcon icon() const override
Every library should show a icon in the combo box.
void initUi() override
Should initialize the ui. The ui constructor should be called within this function.