QML issues: Difference between revisions

From KDE Community Wiki
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
* Remove QtSql dependency from QML library: QtSql should be loadable at runtime


==Required features==
==Required features==
* Layouts
* Layouts

Revision as of 12:36, 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
  • Remove QtSql dependency from QML library: QtSql should be loadable at runtime

Required features

  • Layouts