Hi Sergiy, On 14.03.2012 17:46, sergiy.dubo...@nokia.com wrote: > qtcomponents for meego and symbian are following common api where > it's possible: > https://bugreports.qt-project.org/browse/QTCOMPONENTS-200?page=com.atlassian.streams.streams-jira-plugin:activity-stream-issue-tab > I don't know what is your platform, but qtcomponents is open source, > so feel free to grab any pieces which look good and use inside your > platform. It's definitely make sense to use some api which is defined > by someone else, because otherwise you will have to do that > yourself.
We have our own minimalistic embedded Linux platform (ARM based) with a simple small framebuffer (480x272) and a touchscreen. No OpenGL or other fancy stuff. :-) > Qt components for meego will run almost on any platform which is > supported by qt 4.8. There are several components which want to use > some native api like status bar and virtual keyboard. However if they > are not available it will use stubs. I believe that even graphical > assets went public (with rather restricted license though). Oh, really? I tried to compile the meego stuff (configure -meego) but it failed right from the beginning because it depends on the OpenGL libraries. Also I saw stuff with a themedaemon, assuming that all the meego components rely on it for styling. So at the moment I have no idea how to compile that against a QtEmbedded-4.8 without any meego or OpenGL stuff. > Button, slider, pagestack, checkbox - good start. It's also possible > just to grab one piece since they usually don't depend on each > other. Ok, good to know. Are these all pure QML implementations without C++ backends? It's not so easy to see which depend on the meegoplugin, and then, if there is platform-independent stuff in the meegoplugin I could get to compile. Thanks a lot, Sven _______________________________________________ Qt-components mailing list Qt-components@qt.nokia.com http://lists.qt.nokia.com/mailman/listinfo/qt-components