 |
Sayonara Player
|
24 #ifndef SOUNDCLOUD_LIBRARY_CONTAINER
25 #define SOUNDCLOUD_LIBRARY_CONTAINER
28 #include "Interfaces/Library/LibraryContainer/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 display_name() const override
Should return the translated name displayed in the library view combobox.
Definition: SoundcloudLibraryContainer.h:34
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.
QPixmap icon() const override
Every library should show a icon in the combo box.
Definition: GUI_SoundcloudLibrary.h:36
Definition: LibraryContainer.h:46
void init_ui() override
Should initialize the ui. The ui constructor should be called within this function.
QMenu * menu() override
return actions menu (may be nullptr). The title does not have to be set