~zeller-benjamin/ubuntu-ui-toolkit/qrcify3

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/1.3/TextField.qml

  • Committer: Benjamin Zeller
  • Date: 2015-09-10 08:43:12 UTC
  • mfrom: (1585.1.2 staging)
  • Revision ID: benjamin.zeller@canonical.com-20150910084312-6eh8n2729jpslgmb
Merge staging

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
    \note During text selection all interactive parent Flickables are turned off.
100
100
*/
101
101
 
102
 
ActionItem {
 
102
Ubuntu.ActionItem {
103
103
    id: control
104
104
 
105
105
    implicitWidth: units.gu(25)
829
829
        preventStealing: false
830
830
        // forward mouse events to input so we can handle those uniformly
831
831
        Ubuntu.Mouse.forwardTo: [inputHandler]
 
832
        cursorShape: Qt.IBeamCursor
832
833
    }
833
834
 
834
835
    Text { id: fontHolder }
895
896
        }
896
897
    }
897
898
 
898
 
    AbstractButton {
 
899
    Ubuntu.AbstractButton {
899
900
        id: clearButton
900
901
        objectName: "clear_button"
901
902
        activeFocusOnPress: false