Qt5-Maemo5/WhatWorks
Line 1: | Line 1: | ||
As of 2013-07-26 the following examples/application were tested with Qt5 on the N900: | As of 2013-07-26 the following examples/application were tested with Qt5 on the N900: | ||
- | + | https://launchpad.net/~ubuntu-sdk-team/+archive/ppa/+files/ubuntu-ui-toolkit_0.1.46%2B13.10.20130726.1bzr660saucy0.orig.tar.gz | |
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Application/Example | ! Application/Example | ||
! Source | ! Source | ||
+ | ! Modifications needed | ||
! Result | ! Result | ||
|- | |- | ||
| mousearea | | mousearea | ||
| qtdeclarative/examples | | qtdeclarative/examples | ||
+ | | none | ||
| works with TextWA item, fails with Text (text unreadable after click) | | works with TextWA item, fails with Text (text unreadable after click) | ||
|- | |- | ||
| flatboat | | flatboat | ||
| http://repos.fuhlbrueck.net/qt5-maemo5-examples/ | | http://repos.fuhlbrueck.net/qt5-maemo5-examples/ | ||
+ | | none | ||
| slower than Qt4 version (uses [http://qt-project.org/doc/qt-5.1/qtquick/qquickpainteditem.html QQuickPaintedItem], with scenegraph likely faster), Text works without TextWA hack in most cases | | slower than Qt4 version (uses [http://qt-project.org/doc/qt-5.1/qtquick/qquickpainteditem.html QQuickPaintedItem], with scenegraph likely faster), Text works without TextWA hack in most cases | ||
|- | |- | ||
| hildon-qt-components | | hildon-qt-components | ||
| https://github.com/qwazix/hildon-qt-components | | https://github.com/qwazix/hildon-qt-components | ||
- | | compiles after [http://qt-project.org/doc/qt-5.0/qtquick/qtquick-porting-qt5.html porting to Qt5] if rotation, battery etc. are commented out (missing mobility features) | + | | compiles after [http://qt-project.org/doc/qt-5.0/qtquick/qtquick-porting-qt5.html porting to Qt5] if rotation, battery etc. are commented out (missing mobility features) |
+ | | loading the plugin not yet tested | ||
+ | |- | ||
+ | | Ubuntu Components (incl. calculator example and gallary) | ||
+ | | https://launchpad.net/~ubuntu-sdk-team/+archive/ppa/+files/ubuntu-ui-toolkit_0.1.46%2B13.10.20130726.1bzr660saucy0.orig.tar.gz | ||
+ | | compiles unmodified, but some qml files modified to remove dependency on unity actions | ||
+ | | suffers from Text bug, but nearly all Text elements are Labels, changing Label's Text to TextWA brings shortly readable fonts, then segfault | ||
|} | |} |
Revision as of 21:14, 26 July 2013
As of 2013-07-26 the following examples/application were tested with Qt5 on the N900:
Application/Example | Source | Modifications needed | Result |
---|---|---|---|
mousearea | qtdeclarative/examples | none | works with TextWA item, fails with Text (text unreadable after click) |
flatboat | http://repos.fuhlbrueck.net/qt5-maemo5-examples/ | none | slower than Qt4 version (uses QQuickPaintedItem, with scenegraph likely faster), Text works without TextWA hack in most cases |
hildon-qt-components | https://github.com/qwazix/hildon-qt-components | compiles after porting to Qt5 if rotation, battery etc. are commented out (missing mobility features) | loading the plugin not yet tested |
Ubuntu Components (incl. calculator example and gallary) | https://launchpad.net/~ubuntu-sdk-team/+archive/ppa/+files/ubuntu-ui-toolkit_0.1.46%2B13.10.20130726.1bzr660saucy0.orig.tar.gz | compiles unmodified, but some qml files modified to remove dependency on unity actions | suffers from Text bug, but nearly all Text elements are Labels, changing Label's Text to TextWA brings shortly readable fonts, then segfault |