<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title></title><meta http-equiv="Content-type" content="text/html; charset=UTF-8" /><style type="text/css">p { margin:0px; padding:0px; }</style></head><body style='background-color:rgb(255, 255, 255);background-image:none;background-repeat:repeat;background-position:0% 0%;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:12px;margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5px;'><p><span class="Apple-style-span" style="font-size:small;">hi sudheer, as far as I know this is what its actually supposed to do , else it may be a bug.</span></p><p><span class="Apple-style-span" style="font-size:small;"><br /></span></p><p><span class="Apple-style-span" style="font-size:small;">btw this works only in QT4.6.</span></p><p><span class="Apple-style-span" style="font-size:small;"><a href="http://doc.trolltech.com/qt-maemo-4.6/qgraphicsitem.html#inputMethodHints">http://doc.trolltech.com/qt-maemo-4.6/qgraphicsitem.html#inputMethodHints</a></span></p><p><br /></p><p><br /></p><p>ive tried this in a spin box and it works.</p><p><br /></p><p>-</p><p>krk969</p><p><br /></p><p><br /></p><p><br /></p><p><span class="Apple-style-span" style="font-size:small;"><br /></span></p><font id="mc_first" size="2"><p></p><blockquote class="quote" face="Verdana" type="cite" style="font-size:12px;"><p>----- Original Message -----</p><p>From: Sudheer K.</p><p>Sent: 05/13/10 11:27 PM</p><p>To: rkmaemo@gmx.com, Maemo Dev Mailing List</p><p>Subject: RE: Qt question: How to automatically enable numeric input mode for a         field?</p><br /><div> <br /><br /><hr id="stopSpelling" />>Date: Fri, 14 May 2010 00:15:25 +0200<br />>From: <a href="#" onclick="parent.mailclient.util.HelperUtil.executeClientFunction('openNewMail','rkmaemo@gmx.com');">rkmaemo@gmx.com</a><br />>Subject: Re: Qt question: How to automatically enable numeric input mode for a         field?<br />>To: <a href="#" onclick="parent.mailclient.util.HelperUtil.executeClientFunction('openNewMail','scifi.guy@hotmail.com');">scifi.guy@hotmail.com</a>; <a href="#" onclick="parent.mailclient.util.HelperUtil.executeClientFunction('openNewMail','maemo-developers@maemo.org');">maemo-developers@maemo.org</a><br />><br /> <style> .ExternalClass p {padding:0px;} </style> <span style="font-family:Verdana;"><font id="ecxmc_first" size="2"><p><span class="ecxApple-style-span" style="font-family:'Times New Roman';font-size:medium;"></span></p><p style="margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;">><span style="font-family:Verdana;"><font id="ecxmc_first" size="2" style="font-size:10pt;">I dont know whats wrong with my mail client now, a control C just sends the message</font></span><br /></p> <p style="margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;">><span style="font-family:Verdana;"><font id="ecxmc_first" size="2" style="font-size:10pt;">so sorry my previous message(s) were sent before I finished typing...</font></span></p> <p style="margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;">></p> <p style="margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;">><span style="font-family:Verdana;"><font id="ecxmc_first" size="2" style="font-size:10pt;">anyways</font></span></p> <p style="margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;">></p> <p style="margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;">><span style="font-family:Verdana;"><font id="ecxmc_first" size="2" style="font-size:10pt;">use input method hints..</font></span></p> <p style="margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;"><a>></a><span style="font-family:Verdana;"><font id="ecxmc_first" size="2" style="font-size:10pt;"><a>http://doc.trolltech.com/4.6/qt.html#InputMethodHint-enum</a></font></span></p> <p style="margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;">></p> <p style="margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;">><span style="font-family:Verdana;">s</span><span style="font-family:Verdana;">omething like this</span></p></font></span><font id="ecxmc_first" size="2"><p></p>><br />>linedit->setInputMethodHints(Qt::ImhDigitsOnly);<br /><div>></div> <div>>-</div> <div>>krk969</div> <div><br /></div></font>Sorry, bad day for emailing. I am resending the mail with mailing list address included.<br /><br />Actually I tried <span style="font-family:Verdana;"><font id="ecxecxmc_first" size="2">setInputMethodHints(Qt::ImhDigitsOnly). The problem with this hint is that when I enter the field for editing, my (hardware) keyboard will always be in text mode and the field does not accept any alpha-characters. I need to lock the Fn key manually to be able to </font></span>enter the numbers.<br /><br />I want to make it more user-friendly and enable the number mode automatically when the cursor/focus is in this field. This way user doesn't have double-press/lock the Fn key before entering numbers in this field. How can I do it in Maemo/N900?<a title="Send (Ctrl+Enter)" id="ecxSendMessage" target="_blank"><span class="Label"></span></a>                                            <br /><hr />The New Busy think 9 to 5 is a cute idea. Combine multiple calendars with Hotmail. <a href="http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5" target="_blank">Get busy.</a> </div></blockquote><p></p><br /></font><p></p><p> </p><div id="editor_signature"><p size="2" style="font-family:Verdana;"> </p></div></body></html>