21 #ifndef DIRECTORYWIDGETCONTAINER_H 22 #define DIRECTORYWIDGETCONTAINER_H 24 #include "Interfaces/LibraryInterface/LibraryContainer/LibraryContainer.h" 45 QString
name()
const override;
46 QWidget*
widget()
const override;
47 QFrame* header()
const override;
48 QPixmap icon()
const override;
53 #endif // DIRECTORYWIDGETCONTAINER_H
Definition: LibraryContainer.h:46
QString display_name() const override
Should return the translated name displayed in the library view combobox.
Definition: DirectoryWidgetContainer.h:31
QString name() const override
Should return an untranslated name used for identifying this widget.
QWidget * widget() const override
Should return the UI for the library view.
An interface class needed when implementing a library plugin.
Definition: CachingThread.h:29
void init_ui() override
Should initialize the ui. The ui constructor should be called within this function.