QML issues: Difference between revisions
(Created page with 'This page contains a list of issues and required features that we would like to see fixed/implemented in QML(2) ==Issues== * QML should support namespaces in property types (pro...') |
No edit summary |
||
Line 5: | Line 5: | ||
* QML should complain when the drag target is invalid | * QML should complain when the drag target is invalid | ||
* MouseEvent should also expose globalX and globalY | * MouseEvent should also expose globalX and globalY | ||
==Required features== | |||
* Layouts |
Revision as of 10:23, 30 April 2011
This page contains a list of issues and required features that we would like to see fixed/implemented in QML(2)
Issues
- QML should support namespaces in property types (property MyWidgets.Button myProperty)
- QML should complain when the drag target is invalid
- MouseEvent should also expose globalX and globalY
Required features
- Layouts