Hello,
Where can I get exact sources of these galleries
that is native widget gallery and qml components gallery.
P.S. Please move the thread to Maemo/MeeGo forum.
Hello,
Where can I get exact sources of these galleries
that is native widget gallery and qml components gallery.
P.S. Please move the thread to Maemo/MeeGo forum.
I found sources of qml components gallery in http://qt.gitorious.org/qt-components, what about native widgets?
Most of applications are closed-sourced, but if they are not, you will find their sources on Gitorious.
Widgets in this context means MeeGo Touch, which is deprecated, you should not use that in your applications (should you need it for historical reasons, it is found in the meegotouch repository in gitorious). Note that these widgets have nothing to do with the 'old' QWidgets, which are (even less) supported on Harmattan.
The green "QMLComp..." one is part of the qt-components source tree (in examples/).
The grey one is the MTF widget gallery from http://meego.gitorious.org/meegotouch/libmeegotouch (in demos/), I think.
Yes!! I want it too, this is a part of com.meego 1.0 .!! That's very stupid! We have the demo, but there is no documentation and source code! I cannot develop !
MeegoTouch is unrelated to com.meego 1.0. You should be MTF using it only if you absolutely must have some functionality that is not yet in com.meego (and be aware that it will go away sooner or later). If that's no issue, the code is readily available from the platform SDK (apt-get source meegotouch-demos-widgetsgallery) also upstream bleeding edge from gitorious (see link in pOH9s post), and documentation at http://apidocs.meego.com/git-tip/mtf-old/mtf/ . To repeat - you probably DO NOT want to use or learn from these, they are there because of historical/compatibility reasons.