Property Value Initialization Semantics


속성값 초기화 의미



Item {
    property var first:  {}   // nothing = undefined
    property var second: {{}} // empty expression block = undefined
    property var third:  ({}) // empty object
}


'Qt' 카테고리의 다른 글

Embedding C++ Objects into QML with Context Properties[26]  (0) 2015.10.26
Interacting with QML Objects from C++[10_25]  (0) 2015.10.25
Exposing Attributes of C++ Types to QML[QT]  (0) 2015.10.23
git 설치  (0) 2015.06.29
Qt 시그널 슬롯 시스템  (0) 2015.06.27

+ Recent posts