View Single Post
Posts: 3,464 | Thanked: 5,107 times | Joined on Feb 2010 @ Gothenburg in Sweden
#7
Originally Posted by xerxes2 View Post
Ok thanks. I've already written a Qt ui for my app, Panucci, but a little bird told me that plain Qt might look ugly on Meego. Sadly I don't got a N900 so I can't test it myself, will have to wait and see what happens.

Edit. If it looks ugly I guess I have to write it in QML even if i didn't plan to.
qtgui(widgets) is there..

And if I remember right mad-developer ui is plain qt(or maybe it is gtk) and yes it looks ugly. as people already stated you better go qtquick for UI you can ofcourse still use C++ for the rest of the stuff. so if you dont have very much UI you better convert UI to qtquick I dont think it will be that lhard for you and also it will be cooler

there is already some good ui components so you dont have to lmake buttons etc.. from scratch.

btw. another reason could be it will start faster cause the meegoui has already "loaded" qmldeclarative libs?