diff options
| author | J-P Nurmi <jpnurmi@digia.com> | 2013-06-17 16:02:33 +0200 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-06-24 12:10:29 +0200 |
| commit | 1d1e67f08bbcba973f1582871b87fb35d41c4eaa (patch) | |
| tree | d25c029e0c574bab3bf40b3527a3416eaadebc4f /examples/quick/controls/gallery/content/Controls.qml | |
| parent | 24ea4d8acf59a4f7c82afd24250591b6e88ff5c4 (diff) | |
TextArea: switch to Qt.PointingHandCursor when hovering links
Change-Id: I7c306093c1afc9f5dfe942cd29da427c6a57d869
Reviewed-by: Caroline Chao <caroline.chao@digia.com>
Diffstat (limited to 'examples/quick/controls/gallery/content/Controls.qml')
| -rw-r--r-- | examples/quick/controls/gallery/content/Controls.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/controls/gallery/content/Controls.qml b/examples/quick/controls/gallery/content/Controls.qml index c1403da58..3bf8191c6 100644 --- a/examples/quick/controls/gallery/content/Controls.qml +++ b/examples/quick/controls/gallery/content/Controls.qml @@ -175,6 +175,7 @@ Item { id: area frameVisible: frameCheckbox.checked text: loremIpsum + loremIpsum + textFormat: Qt.RichText wrapMode: wrapCheck.checked ? TextEdit.WordWrap : TextEdit.NoWrap width: contentRow.width - firstColumn.width - contentRow.spacing height: parent.height - group1.height - group2.height - 2 * parent.spacing |
