forked from qt-creator/qt-creator
6 lines
60 B
QML
6 lines
60 B
QML
|
|
import QtQuick 2.2
|
||
|
|
|
||
|
|
Rectangle {
|
||
|
|
property string title
|
||
|
|
}
|