Reply
Thread Tools
erendorn's Avatar
Posts: 738 | Thanked: 983 times | Joined on Apr 2010 @ London
#1
I doing a random app to learn QML, and I'm struggling a bit. So here are some questions, if there are easy answers, feel free to give some

I would like the app to work on Fremantle and Harmattan..
1) Are there best practices for that?
2) Are com.nokia.meego 1.0 availlable for Fremantle? for Meego CE? for Linux desktop?
3) If I need to use different UI for different platforms, how do I include target specific code in my project?
4) I want to rearrange some of my QML items when orientation changes, how do I detect the change, and how do I rearrange them? Can I just set new values for their anchors?
5) Where should I ask these questions in general?

Thanks in advance!
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#2
Originally Posted by erendorn View Post
I doing a random app to learn QML, and I'm struggling a bit. So here are some questions, if there are easy answers, feel free to give some

I would like the app to work on Fremantle and Harmattan..
1) Are there best practices for that?
CE? for Linux desktop?
3) If I need to use different UI for different platforms, how do I include target specific code in my project?
I followed the example from sensorgallery

It uses different qml-resource files for harmattan and symbian,
take look at the sensorgallery.pro file as well.

Originally Posted by erendorn View Post
2) Are com.nokia.meego 1.0 availlable for Fremantle? for Meego
There is a port of qt-components for fremantle

Originally Posted by erendorn View Post
4) I want to rearrange some of my QML items when orientation changes, how do I detect the change, and how do I rearrange them? Can I just set new values for their anchors?
There are many ways to detect device orientation
QML DisplayInfo
or QML Page component
5) Where should I ask these questions in general?

Thanks in advance![/QUOTE]
 

The Following User Says Thank You to nicolai For This Useful Post:
erendorn's Avatar
Posts: 738 | Thanked: 983 times | Joined on Apr 2010 @ London
#3
Who thanks, sensorgallery compiles and run on qemu, and it rotates.
Never tried qemu before, and now I know why I want a faster processor :/

Edit:
Can I have Qt quick on QEMU? it doesn't really matter as I have a real N900 though..

Last edited by erendorn; 2011-11-19 at 19:40.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:23.