QPixmap icon() const override
Every library should show a icon in the combo box.
QFrame * header() const override
this is a frame at the top left of the container where the combo box will be located
Definition: HistoryContainer.h:9
void initUi() override
Should initialize the ui. The ui constructor should be called within this function.
QString displayName() const override
Should return the translated name displayed in the library view combobox.
QWidget * widget() const override
Should return the UI for the library view.
QString name() const override
Should return an untranslated name used for identifying this widget.