Class sh::tools::Jsonable¶
-
class
sh::tools
::
Jsonable
¶ An interface for objects which can return a json representation as QJsonObject.
Subclassed by sh::ui::web::WebDialog, sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogTabActionsView, sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogTabIconTextBannerView, sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogTabTableView, sh::ui::web::WebFilePropertyDialog::WebFilePropertyDialogTabTextView
Public Functions
-
QJsonObject
toJson
() = 0¶ Returns the json respesentation as QJsonObject.
-
QJsonObject