summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtextinput.h
Commit message (Collapse)AuthorAgeFilesLines
* Add cursorRect function to QFxTextInputAlan Alpert2009-10-151-0/+2
| | | | similar to the cursorRect in QFxTextEdit
* Remove a bunch of unneeded semicolons.Martin Jones2009-10-081-1/+1
|
* Fixing and refactoring of QFxLineInput updatingAlan Alpert2009-09-221-2/+2
| | | | Still not working ideally.
* Update demos to work with API changesAlan Alpert2009-09-101-0/+1
| | | | Affected are flickr and twitter.
* API ChangesAlan Alpert2009-09-101-10/+20
| | | | Renaming stuff in TextEdit/Input
* Fix compile after merge from 4.6.Michael Brasser2009-08-251-1/+1
|
* Update demosAlan Alpert2009-08-191-0/+3
| | | | | | Remove uses of margin for positioners. Update MediaLineEdit to use a TextInput, in the process added a selectAll() slot to TextInput (like TextEdit has).
* Text-related API updates after reviewMichael Brasser2009-08-191-0/+193
Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes.