forked from qt-creator/qt-creator
12 lines
146 B
QML
12 lines
146 B
QML
![]() |
//! [0]
|
||
|
import QtQuick 1.0
|
||
|
import QmlDesigner 1.0
|
||
|
|
||
|
DummyContextObject {
|
||
|
parent: Item {
|
||
|
width: 640
|
||
|
height: 300
|
||
|
}
|
||
|
}
|
||
|
//! [0]
|