Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
15 lines
477 B
QML
15 lines
477 B
QML
import QtQuick 1.0
|
|
|
|
Rectangle{
|
|
width: 280
|
|
height: 140
|
|
Column {
|
|
MultilineEdit {
|
|
text: 'I am the very model of a modern major general. I\'ve information vegetable, animal and mineral. I know the kings of england and I quote the fights historical - from Marathon to Waterloo in order categorical.';
|
|
width: 182; height: 60;
|
|
}
|
|
Rectangle {height: 20; width: 20;}//Spacer
|
|
MultilineEdit {text: 'Hello world'}
|
|
}
|
|
}
|