Class sh::ui::FilePropertyDialogTabIconTextBannerView

class sh::ui::FilePropertyDialogTabIconTextBannerView : public sh::ui::FilePropertyDialogTabViewContent

A tab view for showing texts and icons combined.

Subclassed by sh::ui::qt::QtFilePropertyDialogTabIconTextBannerView, sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogTabIconTextBannerView

Public Functions

FilePropertyDialogTabIconTextBannerView()

Is intended to be directly constructed from everywhere.

void clear() = 0

Clears the contents.

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

Adds an icon.

void insertText(QString text) = 0

Adds a text.