Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
QtQuickMinutes20100817: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Delete|reason=Outdated information.}} | |||
{{Cleanup | reason=Auto-imported from ExpressionEngine.}} | |||
= August 17th, 2010 - week 33 = | |||
== QML / QtDeclarative == | == QML / QtDeclarative == | ||
Line 30: | Line 32: | ||
== QML Enablers == | == QML Enablers == | ||
* have working gesturearea; tap, tap& | * have working gesturearea; tap, tap&hold, swipe, pinch | ||
* how to integrate with Flickable? flickable has its own code for interaction, mouse area interaction / dragging is very complex - took a long time to get right. worried that it will be difficult to integrate with GestureArea | * how to integrate with Flickable? flickable has its own code for interaction, mouse area interaction / dragging is very complex - took a long time to get right. worried that it will be difficult to integrate with GestureArea | ||
* Investigating legal hurdles for pushing code externally | * Investigating legal hurdles for pushing code externally |
Latest revision as of 08:29, 24 May 2015
This article is nominated for deletion. Reason: Outdated information. Please raise your support/opposition to this nomination in the article's discussion page. |
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
August 17th, 2010 - week 33
QML / QtDeclarative
- bug fixing, working on documentation
- investigating simple object list, qabstractitemmodel subclass example
- qabstractitemmodel difficult for many, and a simple list doesn't give add, remove etc
- a workaround is to reset the model, but this carries overhead for the engine
- might investigate qstandarditemmodel and items as the basis for this
Bauhaus / Creator
- looking at deployment challenges
- orientation changes, in Qt or QtMobility? We need to find a good middle ground until QtMobility ships with QML bindings
- until then providing boilerplate c++ code that provides a QDeclarativeView, orientation enums etc to allow others creating a native executable with QML
- trying QML/3D, but difficult to find the model loaded.
- modelloader example allows setting correct coordinates
Documentation
- working on class diagrams with properties
- hoping to build a pdf for handout and sharing online
QtComponents
- water team getting back from vacation
- Have; button lineedit spinner label, Working on; windowframe toolbar pages virtual keyboard
- Discussing with other teams on areas for contributions
QML Enablers
- have working gesturearea; tap, tap&hold, swipe, pinch
- how to integrate with Flickable? flickable has its own code for interaction, mouse area interaction / dragging is very complex - took a long time to get right. worried that it will be difficult to integrate with GestureArea
- Investigating legal hurdles for pushing code externally