diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-08-19 04:40:46 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-08-19 04:40:46 (GMT) |
commit | 78a1ceb440510e148b98b0d0d894063756f1b4b6 (patch) | |
tree | 6b09c51526779b6e9fc6fac7a90d0923af0ae577 /demos/declarative/flickr | |
parent | b763dee21dc82fa2abb2f9f038a0253e4e8ed848 (diff) | |
download | Qt-78a1ceb440510e148b98b0d0d894063756f1b4b6.zip Qt-78a1ceb440510e148b98b0d0d894063756f1b4b6.tar.gz Qt-78a1ceb440510e148b98b0d0d894063756f1b4b6.tar.bz2 |
Update demos
Remove uses of margin for positioners.
Update MediaLineEdit to use a TextInput, in the process added a
selectAll() slot to TextInput (like TextEdit has).
Diffstat (limited to 'demos/declarative/flickr')
-rw-r--r-- | demos/declarative/flickr/content/MediaLineEdit.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/flickr/content/MediaLineEdit.qml b/demos/declarative/flickr/content/MediaLineEdit.qml index e175b4e..1642d44 100644 --- a/demos/declarative/flickr/content/MediaLineEdit.qml +++ b/demos/declarative/flickr/content/MediaLineEdit.qml @@ -86,7 +86,7 @@ Item { text: Container.label + "..." } - TextEdit { + TextInput { id: Editor font.bold: true color: "white" |