Problem using softkey with QCompleter with Cent OS
-
Hi All,
I am writing a code which requires QCompleter to be set inside QComboBox for auto completion.When I press a key from virtual keyboard It requires two key presses to perform actual functionality because first key press only hides QCompleter's popup and the second key actually performs the task.The problem comes when we press a key only from virtual-keyboard.I am using Qt 4.5 with Cent OS(It works fine with Windows XP.).
Can someone suggest how to achieve same functionality in one key-press.