[maemo-developers] Qt question: How to automatically enable numeric input mode for a field?

From: Ram Kurvakat rkmaemo at gmx.com
Date: Fri May 14 02:01:10 EEST 2010
have you tried this

----- Original Message -----
From: Sudheer K.
Sent: 05/13/10 11:54 PM
To: rkmaemo at gmx.com, Maemo Dev Mailing List
Subject: RE: Qt question: How to automatically enable numeric input mode for a field?


-----------------------------------------------------------------
>Date: Fri, 14 May 2010 00:34:48 +0200
>From: rkmaemo at gmx.com
>Subject: RE: Qt question: How to automatically enable numeric input mode for a field?
>To: scifi.guy at hotmail.com; maemo-developers at maemo.org
>
>hi sudheer, as far as I know this is what its actually supposed to do , else it may be a bug.
>
>btw this works only in QT4.6.
> http://doc.trolltech.com/qt-maemo-4.6/qgraphicsitem.html#inputMethodHints http://doc.trolltech.com/qt-maemo-4.6/qgraphicsitem.html#inputMethodHints http://doc.trolltech.com/qt-maemo-4.6/qgraphicsitem.html#inputMethodHints 
>
>
>ive tried this in a spin box and it works.
>
>-
>krk969


Hi Ram,


Here is the code that I am using. The hint is working fine for virtual keyboard, but I am looking for a physical keyboard solution. The physical keyboard input mode should automatically change to numeric for this field. What am I missing here?

 lineEditCallingCardNumber = new QLineEdit(formLayoutWidget);
 lineEditCallingCardNumber->setObjectName(QString::fromUtf8("lineEditCallingCardNumber"));
 lineEditCallingCardNumber->setInputMethodHints(Qt::ImhDialableCharactersOnly);

-----------------------------------------------------------------
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox. Learn more. http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.maemo.org/pipermail/maemo-developers/attachments/20100514/2b754a0b/attachment.htm>
More information about the maemo-developers mailing list