9 lines
98 B
QML
9 lines
98 B
QML
|
import QtQuick 2.0
|
||
|
|
||
|
Rectangle {
|
||
|
color: "red";
|
||
|
Text {
|
||
|
text: "AppControls2"
|
||
|
}
|
||
|
}
|