-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
8c48c7b9bca8074c48b78f6d089a3882b2d73a9d
kde-devel@bishop:~/kde/src/qt
{4.7}$ git show
commit 235d1d687dcc2d21860cd753c9d67964c5270be2
Merge: 28ef973 6fb1304
Author: Qt Continuous Integration System <qt-info@nokia.com>
Date: Thu Oct 14 06:04:47 2010 +0200
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration
- '4.7' of scm.dev.nokia.troll.no:qt/qt-qml:
TextInput autoscroll now scrolls when the cursor moves
Fix samegame tutorial js
Make minehunt less cheerful
Add new behavior example.
Qt( 4.7 ) KDE ( 4.6 )
kde-devel@bishop:~/kde/src/KDE/kdepim/mobile/mail
{typeflags}$ cat Button2.qmlimport Qt 4.7
Rectangle {
id: mainItem
property alias buttonText: buttonText.text
Text { id: buttonText verticalAlignment : Text.AlignVCenter horizontalAlignment : Text.AlignHCenter anchors.fill : parent }
}
Qt( 4.7 ) KDE ( 4.6 )
kde-devel@bishop:~/kde/src/KDE/kdepim/mobile/mail{typeflags}
$ cat kmail-mobile.qml
import Qt 4.7 as QML
QML.Rectangle {
width : 400
height : 400
id: kmailMobile
Button2
}
Qt( 4.7 ) KDE ( 4.6 )
kde-devel@bishop:~/kde/src/KDE/kdepim/mobile/mail
$ qmlviewer kmail-mobile.qml