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

class sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogTabTextView : public sh::ui::FilePropertyDialogTabTextView, public sh::tools::Jsonable, public sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogChild

Public Functions

WebFilePropertyDialogTabTextView(WebFilePropertyDialog *dlg)
void setContent(QString content) override

Sets the content.

QJsonObject toJson() override

Returns the json respesentation as QJsonObject.

Private Members

QString _content