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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -