21 #ifndef DIRECTORYWIDGETCONTAINER_H 22 #define DIRECTORYWIDGETCONTAINER_H 24 #include "Interfaces/LibraryInterface/LibraryContainer/LibraryContainer.h" 45 QWidget*
get_ui()
const override;
50 #endif // DIRECTORYWIDGETCONTAINER_H Definition: DirectoryWidgetContainer.h:29
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.
QWidget * get_ui() const override
Should return the UI for the library view.
An interface class needed when implementing a library plugin.
Definition: LibraryContainer.h:40
QString get_display_name() const override
Should return the translated name displayed in the library view combobox.
QComboBox * get_libchooser() override
Should return the library chooser combo box.
void init_ui() override
Should initialize the ui. The ui constructor should be called within this function.