24 #ifndef SOUNDCLOUD_LIBRARY_CONTAINER 25 #define SOUNDCLOUD_LIBRARY_CONTAINER 28 #include "Gui/Library/LibraryContainer.h" 48 QString
name()
const override;
50 QWidget*
widget()
const override;
51 QMenu*
menu()
override;
52 QFrame*
header()
const override;
53 QPixmap
icon()
const override;
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
Definition: LibraryContainer.h:37
QString displayName() const override
Should return the translated name displayed in the library view combobox.
void initUi() override
Should initialize the ui. The ui constructor should be called within this function.
Definition: GUI_SoundcloudLibrary.h:36
QMenu * menu() override
return actions menu (may be nullptr). The title does not have to be set
Definition: SoundcloudLibraryContainer.h:34
QWidget * widget() const override
Should return the UI for the library view.
QPixmap icon() const override
Every library should show a icon in the combo box.