mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 11:22:58 +00:00
9 lines
115 B
QML
9 lines
115 B
QML
import QtQuick 1.0
|
|
|
|
QtObject {
|
|
property TestType test
|
|
|
|
test: TestType {
|
|
property int b: 19
|
|
}
|
|
}
|