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