forked from qt-creator/qt-creator
Change-Id: Ia054de58fd1ae6204c327c2a17001a5050128732 Reviewed-on: http://codereview.qt.nokia.com/3405 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Marco Bubke <marco.bubke@nokia.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
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]
|