Qt4 Hildon/Qt Hildon Widgets

(Qt widgets page)
 
(12 intermediate revisions not shown)
Line 1: Line 1:
-
Qt for Hildon does not yet provide a set of composite widgets similar to those provided in Gtk Hildon.
+
[http://qt.nokia.com/developer/qt-for-maemo-developers Qt for Maemo 5] provides Maemo-specific widgets such as PickerButtons and Banners, which are described in the following documentation:
-
 
+
* [http://www.forum.nokia.com/info/sw.nokia.com/id/eb8a68ba-6225-4d84-ba8f-a00e4a05ff6f/Hildon_2_2_UI_Style_Guide.html Hildon 2.2 UI Style Guide]
-
This page is intended to link to resources to help the community develop these widgets.
+
* [http://www.forum.nokia.com/info/sw.nokia.com/id/019c2b31-3777-49a0-9257-970d79580756/Hildon_2_2_Widget_UI_Specification.html Hildon 2.2 Widget UI Specification]
-
 
+
* [http://www.forum.nokia.com/info/sw.nokia.com/id/e778ba1f-2507-4672-be45-798359a3aea7/Fremantle_Master_Layout_Guide.html Fremantle Master Layout Guide]
-
Note that they will not be part of Qt as such, but will be optional widgets to aid developing applications for Maemo.
+
* [http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Human_Interface_Guidelines Maemo 5 Human Interface Guidelines] (legacy documentation)
-
 
+
* [http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Graphical_UI_Tutorial Maemo 5 Graphical UI Tutorial] (legacy documentation)
-
These widgets may be useful:
+
-
* hildon banner
+
-
* hildon confirmation note
+
-
* hildon dialog (with buttons on the bottom right side in landscape)
+
-
* hildon app menu (i.e. two column finger sized view menu)
+
-
* hildon time picker (not the legacy one)
+
-
* hildon date picker (not the legacy one)
+
-
* hildon picker button
+
-
* hildon touch selector
+
-
* hildon stackable window
+
-
* hildon entry (including the possibility for placeholder text)
+
-
* hildon edit toolbar (as used in the edit mode view)
+
 +
The official Qt documentation provides a list of [http://qt.nokia.com/doc/qt-maemo-4.6/examples-maemo5.html Qt for Maemo 5 examples].
These links may be of use:
These links may be of use:
* Discussion thread starting [http://www.mail-archive.com/maemo-developers@maemo.org/msg20237.html about here]
* Discussion thread starting [http://www.mail-archive.com/maemo-developers@maemo.org/msg20237.html about here]
-
* http://maemomm.garage.maemo.org/docs_unstable/tutorial/figures/
+
* http://maemomm.garage.maemo.org/docs/tutorial/figures/
* https://bugs.maemo.org/show_bug.cgi?id=4625
* https://bugs.maemo.org/show_bug.cgi?id=4625
* https://git.maemo.org/projects/hildon/gitweb?p=hildon;a=summary
* https://git.maemo.org/projects/hildon/gitweb?p=hildon;a=summary
* [[Using Fremantle Widgets]] and the [[Talk:Using Fremantle Widgets|talk]] page
* [[Using Fremantle Widgets]] and the [[Talk:Using Fremantle Widgets|talk]] page
 +
 +
[[Category:Qt]]
 +
[[Category:Development]]

Latest revision as of 15:00, 11 February 2010

Qt for Maemo 5 provides Maemo-specific widgets such as PickerButtons and Banners, which are described in the following documentation:

The official Qt documentation provides a list of Qt for Maemo 5 examples.

These links may be of use: