I want to make some data members in QML only accessible from the inside of the owner class. There are some workarounds in Javascript, but I don't know how to do in QML of Qt5 (Qt Quick 2). Does someone know?
Asked
Active
Viewed 1,001 times
1
-
6possible duplicate of [Does QML support access specifiers like Private for properties?](http://stackoverflow.com/questions/13252158/does-qml-support-access-specifiers-like-private-for-properties) – BaCaRoZzo Jan 23 '15 at 10:05
-
1@BaCaRoZzo Thank you, I haven't found the similar question before I asked. – UniversE Jan 27 '15 at 12:58