Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

qt - how the QtObject element works in QML

I just want to know what this QtObject elements does, its seems that is reactive, because in the tutorial that I followed, use it for update the color of a button, so, I want to know how I can use it, and how its works, and how I can use in other cases.

enter image description here

question from:https://stackoverflow.com/questions/65867624/how-the-qtobject-element-works-in-qml

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

while your are working on QML file need to hide some properties from upper layer Item ( some thing's like private variable and methods). best case for get a right way for incapsulation in QML is to using a internal item like QtObject . in your code used a QtObject for block the external direct access to button color and bind the color to the button item state.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...