Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Internal properties in Qt Quick Controls

$
0
0
Looking at Qt Quick Controls code I see internal property declaration with a comment /*! \internal */. For example, in CombBox code:     /*! \internal */     property var __popup: popup Seems, Qt documentation does not provide any options to declare internal properties in QML and the declaration looks like ordinary property declaration. So, the questions are: What makes these properties internal? Is it possible to get/set such properties from custom code without any troubles? Does the engine distinguish internal and not internal properties? If it does, how? Thanks.

Viewing all articles
Browse latest Browse all 4972

Trending Articles