 |
Sayonara Player
|
24 #ifndef SOUNDCLOUD_LIBRARY_CONTAINER
25 #define SOUNDCLOUD_LIBRARY_CONTAINER
28 #include "Gui/Library/LibraryContainer.h"
48 QString
name()
const override;
53 QPixmap
icon()
const override;
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: SoundcloudLibraryContainer.h:36
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:38
Definition: LibraryContainer.h:40
QMenu * menu() override
return actions menu (may be nullptr). The title does not have to be set