qt - C++ plugins for QML : Hiding built-in properties -
i have created c++ plugin contains custom class subclassed qnetworkaccessmanager
. in class have created custom properties using q_property
can accessed qml.
these properties nicely accessible qml after loading plugin , importing module exposed it, problem that, along them other built-in properties exposed think might cause problem if user tries access , modify it.
so question how hide these built-in properties getting exposed qml ? possible ?
Comments
Post a Comment