Class sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogTabIconTextBannerViewΒΆ

class sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogTabIconTextBannerView : public sh::ui::FilePropertyDialogTabIconTextBannerView, public sh::tools::Jsonable, public sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogChild

Public Functions

WebFilePropertyDialogTabIconTextBannerView(WebFilePropertyDialog *dlg)
void clear() override

Clears the contents.

void insertIcon(QIcon icon, int sizePt = 24) override

Adds an icon.

void insertText(QString text) override

Adds a text.

QJsonObject toJson() override

Returns the json respesentation as QJsonObject.

Private Members

QList<WebIconTextBannerItem> _content