The Following 2 Users Say Thank You to gionni88 For This Useful Post: | ||
|
2011-10-17
, 18:32
|
Posts: 103 |
Thanked: 211 times |
Joined on Sep 2011
|
#22
|
Font size is not scaled as on harmattan, but it's easily fixable.
Those numbers instead of the icons mean that there is no "theme" image provider available?
A last thing I noted is when a listview gets cleared and filled: delegates are not keep togheter but blank space is added between them.
|
2011-10-17
, 20:08
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#23
|
|
2011-10-17
, 20:56
|
Posts: 103 |
Thanked: 211 times |
Joined on Sep 2011
|
#24
|
Sorry, I was wrong about the font size. On Harmattan I have used font.pointSize, which I discovered it gets ignored while on Maemo it does not.
Here is the VNC capture: https://docs.google.com/leaf?id=0B6N...kN2M4&hl=en_US
When tapping on sort>name the QAbstractListModel gets cleared and filled again, but doing it several times causes that glitch.
|
2011-10-17
, 21:15
|
|
Posts: 855 |
Thanked: 612 times |
Joined on Oct 2010
@ Germany
|
#25
|
|
2011-10-18
, 05:23
|
Posts: 435 |
Thanked: 769 times |
Joined on Apr 2010
|
#26
|
|
2011-10-18
, 08:13
|
Posts: 103 |
Thanked: 211 times |
Joined on Sep 2011
|
#27
|
|
2011-10-18
, 09:20
|
Posts: 168 |
Thanked: 56 times |
Joined on Mar 2010
@ Sweden
|
#28
|
|
2011-10-18
, 09:44
|
Posts: 103 |
Thanked: 211 times |
Joined on Sep 2011
|
#29
|
Is QtComponents the missing link for running apps from this website: http://my-meego.com/software/index.php
Or are there more stuff thatīs missing before being able to them to run in Maemo?
Thanks
The Following User Says Thank You to inean For This Useful Post: | ||
|
2011-10-18
, 09:58
|
Posts: 168 |
Thanked: 56 times |
Joined on Mar 2010
@ Sweden
|
#30
|
Normally is a 1,2,3 step:
1. remove all qtquick 1.1 specific code and change namespace
2. optify
3. update package dependences
see
http://wiki.maemo.org/QtComponents/Miniature
http://wiki.maemo.org/QtComponents/Butaca
for an example of the required changes
Font size is not scaled as on harmattan, but it's easily fixable. Those numbers instead of the icons mean that there is no "theme" image provider available? Or do I have to do something else to get them shown?
A last thing I noted is when a listview gets cleared and filled: delegates are not keep togheter but blank space is added between them.
Thanks again.