~ubuntu-sdk-team/ubuntu-ui-toolkit/locDemo

« back to all changes in this revision

Viewing changes to tests/resources/inputs/TextInputs.qml

  • Committer: Tarmac
  • Author(s): Zsombor Egri
  • Date: 2014-05-07 09:02:58 UTC
  • mfrom: (1006.1.30 textinput-carets)
  • Revision ID: tarmac-20140507090258-tuj47qjqgpg1sad3
Text input caret handler visuals and functionality. Fixes: https://bugs.launchpad.net/bugs/1183257.

Approved by PS Jenkins bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
                    autoSize: true
75
75
                    maximumLineCount: 0
76
76
                    text: "Lorem Ipsum is simply dummy text\nof the printing and typesetting\nindustry.\n"
 
77
                    cursorDelegate: Rectangle {
 
78
                        width: units.dp(4)
 
79
                        color: "blue"
 
80
                    }
77
81
                }
78
82
                TextArea {
79
83
                    autoSize: true