~artmello/gallery-app/gallery-app-convergence_fullscreen

« back to all changes in this revision

Viewing changes to rc/qml/Components/TextEditOnClick.qml

  • Committer: James Henstridge
  • Date: 2015-11-27 08:13:49 UTC
  • mfrom: (1254 gallery-app)
  • mto: This revision was merged to the branch mainline in revision 1257.
  • Revision ID: james@jamesh.id.au-20151127081349-0v2icohjmhn5k487
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2012 Canonical Ltd
 
2
 * Copyright (C) 2012-2015 Canonical Ltd
3
3
 *
4
4
 * This program is free software: you can redistribute it and/or modify
5
5
 * it under the terms of the GNU General Public License version 3 as
17
17
 * Eric Gregory <eric@yorba.org>
18
18
 */
19
19
 
20
 
import QtQuick 2.0
 
20
import QtQuick 2.4
21
21
 
22
22
// Editable text area that becomes editable when clicked. Editing ends when
23
23
// enter is pressed or when done() is called. The isEditing property indicates