Hello,
Where can I get [B]exact[/B] sources of these galleries
[IMG]http://i55.tinypic.com/jjp83n.png[/IMG]
that is native widget gallery and qml components gallery.
P.S. Please move the thread to Maemo/MeeGo forum.
Printable View
Hello,
Where can I get [B]exact[/B] sources of these galleries
[IMG]http://i55.tinypic.com/jjp83n.png[/IMG]
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 [url]http://qt.gitorious.org/qt-components[/url], what about native widgets?
Most of applications are closed-sourced, but if they are not, you will find their sources on Gitorious.
[QUOTE=svlasov;851128]I found sources of qml components gallery in [url]http://qt.gitorious.org/qt-components[/url], what about native widgets?[/QUOTE]
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 [url]http://meego.gitorious.org/meegotouch/libmeegotouch[/url] (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 !
[QUOTE=dridk;852396]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 ![/QUOTE]
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 [url]http://apidocs.meego.com/git-tip/mtf-old/mtf/[/url] . To repeat - you probably DO NOT want to use or learn from these, they are there because of historical/compatibility reasons.