summaryrefslogtreecommitdiffstats
path: root/tools/designer
Commit message (Collapse)AuthorAgeFilesLines
* Make choosing a file path for a QUrl-type property work on Windows.Friedemann Kleint2009-04-151-1/+1
| | | | | Use QUrl::fromLocalFile to construct the url string. Reviewed-by: Jarek Kobus <jkobus@trolltech.com>
* Display QAction keyboard shortcuts in action editor correctly.Friedemann Kleint2009-04-155-13/+25
| | | | Use PropertySheetKeySequenceValue instead of plain strings.
* Add missing copyright headers and the "we mean it" section.Thiago Macieira2009-03-311-0/+11
| | | | | | These were reported by mkdist Reviewed-by: TrustMe
* Fix backslashes in string propeerty in property browserJarek Kobus2009-03-301-0/+1
| | | | | | | Inside DesignerEditorFactory::createTextEditor() we first do setText() and afterwards we do setTextPropertyValidationMode(). setTextPropertyValidationMode() didn't update the cached text. Below patch fixes it. Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Task-number: 245503
* Long live Qt 4.5!Lars Knoll2009-03-23794-0/+154425