<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Osso Notes">
    <title></title></head>
<body>
<p>
<br/>-----&nbsp;Original&nbsp;message&nbsp;-----
<br/>&gt;&nbsp;
<br/>&gt;&nbsp;
<br/>&gt;&nbsp;
<br/>&gt;&nbsp;
<br/>&gt;&nbsp;
<br/>&gt;&nbsp;On&nbsp;Fri,&nbsp;Sep&nbsp;04,&nbsp;2009&nbsp;at&nbsp;07:16:43PM&nbsp;+0200,&nbsp;<a href="mailto:kate.alhola@nokia.com">kate.alhola@nokia.com</a>&nbsp;wrote:
<br/>&gt;&nbsp;
<br/>&gt;&nbsp;&gt;&nbsp;&gt;&nbsp;What&nbsp;people&nbsp;are&nbsp;asking&nbsp;here&nbsp;(among&nbsp;other&nbsp;things)&nbsp;is&nbsp;whether&nbsp;there
<br/>&gt;&nbsp;&gt;&nbsp;&gt;&nbsp;are&nbsp;Qt&nbsp;widgets&nbsp;similar&nbsp;to&nbsp;HildonAppMenu&nbsp;or&nbsp;HildonPickerButton
<br/>&gt;&nbsp;&gt;&nbsp;&gt;&nbsp;-which&nbsp;are&nbsp;absolutely&nbsp;essential&nbsp;for&nbsp;creating&nbsp;Fremantle
<br/>&gt;&nbsp;&gt;&nbsp;&gt;&nbsp;applications-&nbsp;or&nbsp;developers&nbsp;are&nbsp;supposed&nbsp;to&nbsp;write&nbsp;them&nbsp;themselves.
<br/>&gt;&nbsp;&gt;&nbsp;
<br/>&gt;&nbsp;&gt;&nbsp;To&nbsp;avoid&nbsp;re-inventing&nbsp;the&nbsp;wheel&nbsp;again&nbsp;we&nbsp;are&nbsp;providing&nbsp;examples&nbsp;how
<br/>&gt;&nbsp;&gt;&nbsp;you&nbsp;can&nbsp;do&nbsp;things&nbsp;with&nbsp;Qt.&nbsp;[...]&nbsp;If&nbsp;some&nbsp;of&nbsp;these&nbsp;composite&nbsp;widgets
<br/>&gt;&nbsp;&gt;&nbsp;are&nbsp;so&nbsp;big&nbsp;problem,&nbsp;we&nbsp;can&nbsp;collect&nbsp;these&nbsp;examples&nbsp;as&nbsp;widget&nbsp;library.
<br/>&gt;&nbsp;
<br/>&gt;&nbsp;That's&nbsp;what&nbsp;I&nbsp;mean.
<br/>&gt;&nbsp;
<br/>&gt;&nbsp;While&nbsp;it's&nbsp;obvious&nbsp;that&nbsp;you&nbsp;can&nbsp;write&nbsp;apps&nbsp;for&nbsp;fremantle&nbsp;in&nbsp;toolkits
<br/>&gt;&nbsp;other&nbsp;than&nbsp;Gtk/Hildon&nbsp;(e.g&nbsp;Canola),&nbsp;developers&nbsp;will&nbsp;have&nbsp;a&nbsp;hard&nbsp;time
<br/>&gt;&nbsp;to&nbsp;make&nbsp;them&nbsp;fit&nbsp;in&nbsp;with&nbsp;the&nbsp;Fremantle&nbsp;UI&nbsp;style&nbsp;unless&nbsp;they&nbsp;have
<br/>&gt;&nbsp;reasonable&nbsp;replacements&nbsp;for&nbsp;the&nbsp;most&nbsp;basic&nbsp;widgets.
<br/>&gt;&nbsp;
<br/>&gt;&nbsp;So&nbsp;yes,&nbsp;a&nbsp;widget&nbsp;library&nbsp;with&nbsp;equivalents&nbsp;to&nbsp;HildonAppMenu,
<br/>&gt;&nbsp;HildonPickerButton,&nbsp;etc.,&nbsp;would&nbsp;be&nbsp;the&nbsp;way&nbsp;to&nbsp;go&nbsp;in&nbsp;my&nbsp;opinion.
<br/>
<br/>
<br/>First, sorry, the place to get hildon is git.maemo.org, as others have said. My bad.
<br/>
<br/>Now, on this QT thing, my personal view on the current state of QT in Maemo 5 is:
<br/>
<br/>QT is great when you want:
<br/>- Create desktop (i.e. Home) applets
<br/>- Create custom UIs like Canola
<br/>- Create fancy unique animated stuff with your own graphics
<br/>- Only need stuff to work with Maemo 5 "skinning" (i.e. Theme), don't care so much about finer details of user experience, as it is in Maemo 5. 
<br/>
<br/>However, if you want to have the exact same user experience as the preinstalled Maemo 5 applications have (as seen in all youtube videos and the SDK), then you have much easier time and faster development with the gtk-based hildon widgets in Maemo 5.
<br/>
<br/>QT is at least equally powerful as GTK, but currently it lacks the Maemo 5 specific hildon widgets. So you would have to implement the most important hildon widgets yourself in QT, which is not easy if what you aim for is seamless user experience with the preinstalled Maemo 5 apps.
<br/>
<br/>The equivalent of Hildon (i.e. mobile, finger optimized widgets) is roughly the QT mobility <a href="http://labs.trolltech.com/page/Projects/QtMobility">http://labs.trolltech.com/page/Projects/QtMobility</a>, which is not available yet. As you can read from that page, you need more than "vanilla" QT for mobile UI. In GTK that mobile experience is provided by the new hildon widgets introduced in Maemo 5.
<br/>
<br/>BR,
<br/>&#32;&#32;&#32;&#32;&#32;&#32;&#32;&#32;Mox<br/></p>
</body>
</html>