Question 1: I create menubar with below code Qt::WindowFlags flags = win开发者_JS百科dowFlags(); flags |= Qt::WindowSoftkeysVisibleHint;
Is there a way to make the screen scroll to allow the text field 开发者_JAVA技巧to be seen?I had same issues. Try following code:
I am using Unicode at the place of ASCII in Soft keyboard application, bt i found some code开发者_运维问答 like :
I want to make soft ke开发者_开发百科yboard background transparent and key buttons semi-transparent.You can make a custom image for this which has the full keyboard layout. And position the keys accor
Reading some art开发者_运维问答icles, told me that soft keys varies between devices. Some says -6 or -21 for left soft key and -7 or -22 for right soft key.
I\'m working with the mobile graphic framework LWUIT (V. 1.2) to develop an application for Nokia N97.