I tried creating a new project and it works flewlessly thus this should be my problem but I don't know which part I did the mistake on (as the program gets larger).
[solved] Qt input problem
[solved] Qt input problem
i don't know why I couldn't get input to work on lineedit, textedit and all that. I can select the box, and have focus in it, but when I type something in it nothing happen. However [tab] does switch the focus to the next lineedit box and so on but just the inserting character part doesn't work I really have no clue at all.
I tried creating a new project and it works flewlessly thus this should be my problem but I don't know which part I did the mistake on (as the program gets larger).
Anyone encountered this problem before?
I tried creating a new project and it works flewlessly thus this should be my problem but I don't know which part I did the mistake on (as the program gets larger).
Last edited by Virion on Thu Mar 11, 2010 5:05 am, edited 1 time in total.
My company: https://kloena.com
My profile: https://zhieng.com
My co-working space: https://deskspace.info
My game engine: https://kemena3d.com
My profile: https://zhieng.com
My co-working space: https://deskspace.info
My game engine: https://kemena3d.com
thanks for pointing that out. problem solved.Escen wrote:Maybe it's related to your own legendary 'this->grabKeyboard()' in the Irrlicht-widget class.
Probable you have to switch over the keyboard when lineEdit got focus.
Cheers
Escen
My company: https://kloena.com
My profile: https://zhieng.com
My co-working space: https://deskspace.info
My game engine: https://kemena3d.com
My profile: https://zhieng.com
My co-working space: https://deskspace.info
My game engine: https://kemena3d.com