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

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -