<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<br><hr id="stopSpelling">>Date: Fri, 14 May 2010 01:04:19 +0200<br>>From: rkmaemo@gmx.com<br>>Subject: RE: Qt question: How to automatically enable numeric input mode for a         field?<br>>To: scifi.guy@hotmail.com; maemo-developers@maemo.org<br>><br>
<title></title><style>
.ExternalClass p
{padding:0px;}
</style>><span style="font-family: Verdana;"><font style="font-size: 10pt;" id="ecxmc_first" size="2">have you tried this hint ? ( this worked for the spin box, I could use the hardware keyboard without pressing Fn )</font></span><BR>><BR>><span class="ecxApple-style-span" style="font-family: monospace; font-size: medium; border-collapse: collapse;">Qt::ImhDigitsOnly</span><BR>><BR>><font style="" class="ecxApple-style-span" face="monospace"><span class="ecxApple-style-span" style="border-collapse: collapse; font-size: medium;">Qt::ImhFormattedNumbersOnly didnt work for me , for the spin box , I needed a dot (.) , since I was using a double spinbox. I'll be </span></font>><font style="" class="ecxApple-style-span" face="monospace"><span class="ecxApple-style-span" style="border-collapse: collapse; font-size: medium;">raising a bug for that, perhaps even the hint you are using below has similar issues.</span></font><BR>><BR>><font style="" class="ecxApple-style-span" face="monospace"><span class="ecxApple-style-span" style="border-collapse: collapse; font-size: medium;">WHen I spoke to some QT team members , what they told me was this should be done by default for some widgets, for example the spinbox </span></font>><font style="" class="ecxApple-style-span" face="monospace"><span class="ecxApple-style-span" style="border-collapse: collapse; font-size: medium;">there</span></font><BR>><font style="" class="ecxApple-style-span" face="monospace"><span class="ecxApple-style-span" style="border-collapse: collapse; font-size: medium;">shouldnt be a need to explicitly hint, it should be default, so it seems there could be issues to iron out here.</span></font><BR>><BR>><font style="" class="ecxApple-style-span" face="monospace"><span class="ecxApple-style-span" style="border-collapse: collapse; font-size: medium;">try using the above "working" hint and see how it goes.</span></font><BR>><BR>><font style="" class="ecxApple-style-span" face="monospace"><span class="ecxApple-style-span" style="border-collapse: collapse; font-size: medium;">-krk969</span></font><BR><br>Ram,<br><br><font style="font-size: 10pt;" size="2">I have tried </font><span class="ecxApple-style-span" style="font-family: monospace; font-size: medium; border-collapse: collapse;"><font style="font-size: 10pt;" size="2">Qt::ImhDigitsOnly and it works as expected. It will switch the physical and virtual keyboard to numeric </font><font style="font-size: 10pt;" size="2">input only. I guess I will use it at this moment (I don't really need p and + characters in the field). Thanks for your help.<br><br>Regards,<br>Sudheer<br></font></span>                                            <br /><hr />Hotmail is redefining busy with tools for the New Busy. Get more from your inbox. <a href='http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2' target='_new'>See how.</a></body>
</html>