~ubuntu-branches/ubuntu/vivid/ubuntu-settings-components/vivid-proposed

« back to all changes in this revision

Viewing changes to Ubuntu/Settings/Components/ActionTextField.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Sebastien Bacher
  • Date: 2015-01-23 12:17:25 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20150123121725-3zbg6ba7r1yn1mnn
Tags: 0.5+15.04.20150123.1-0ubuntu1
[ Sebastien Bacher ]
Updated version, so the users of the new property can update their depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    property alias text: replyField.text
28
28
    property alias buttonText: sendButton.text
29
29
    property bool activateEnabled: false
 
30
    property alias textHint: replyField.placeholderText
30
31
 
31
32
    signal activated(var value)
32
33
 
44
45
            id: replyField
45
46
            objectName: "replyText"
46
47
 
47
 
            /* Get the string translation from telephony-service, that's a
48
 
               workaround but ubuntu-settings-components is not currently
49
 
               setup for translations, see bug #1389234 */
50
 
            placeholderText: i18n.dtr("telephony-service", "Reply")
51
48
            hasClearButton: false
52
49
 
53
50
            Layout.fillWidth: true