Rewrite the canvas item's paint logic.
[profile/ivi/qtdeclarative.git] / tests / auto / qtquick1 / qdeclarativetextedit / data / mouseselectionmode_characters.qml
1 import QtQuick 1.1
2
3 TextEdit {
4     focus: true
5     text: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
6     selectByMouse: true
7     mouseSelectionMode: TextEdit.SelectCharacters
8 }