[maemo-developers] Qt question: How to automatically enable numeric input mode for a field?
From: Sudheer K. scifi.guy at hotmail.comDate: Fri May 14 01:54:01 EEST 2010
- Previous message: Qt question: How to automatically enable numeric input mode for a field?
- Next message: Qt question: How to automatically enable numeric input mode for a field?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>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 > > >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. 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/20100513/9141bb48/attachment.htm>
- Previous message: Qt question: How to automatically enable numeric input mode for a field?
- Next message: Qt question: How to automatically enable numeric input mode for a field?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]