21 #ifndef DIRECTORYWIDGETCONTAINER_H 22 #define DIRECTORYWIDGETCONTAINER_H 24 #include "Interfaces/Library/LibraryContainer/LibraryContainer.h" 49 QString
name()
const override;
50 QWidget*
widget()
const override;
51 QFrame*
header()
const override;
52 QPixmap
icon()
const override;
57 #endif // DIRECTORYWIDGETCONTAINER_H
Definition: LibraryContainer.h:46
QString display_name() const override
Should return the translated name displayed in the library view combobox.
The DirectoryContainer class.
Definition: DirectoryWidgetContainer.h:35
QString name() const override
Should return an untranslated name used for identifying this widget.
QFrame * header() const override
this is a frame at the top left of the container where the combo box will be located ...
QWidget * widget() const override
Should return the UI for the library view.
An interface class needed when implementing a library plugin.
Definition: LocalLibraryWatcher.h:32
QPixmap icon() const override
Every library should show a icon in the combo box.
void init_ui() override
Should initialize the ui. The ui constructor should be called within this function.