[Qt] Missing events
zeljko at holobit.net
zeljko at holobit.net
Sun Jul 29 16:30:12 CEST 2007
Quoting Den Jean <Den.Jean at telenet.be>:
> On Sunday 29 July 2007 11:26:38 zeljko wrote:
>> Den, why eg. QEvent::EnterEditFocus & QEvent::LeaveEditFocus is missing in
>> bindings ? some special reason ? it exist in 4.2 & 4.3 lib.
>
>
> #ifdef QT_KEYPAD_NAVIGATION
> EnterEditFocus = 150, // enter edit mode in keypad
> navigation
> LeaveEditFocus = 151, // enter edit mode in keypad
> navigation
> #endif
>
> I still did not find documentation about QT_KEYPAD_NAVIGATION,
> before I enable it. I may be unwanted keyboard navigation like key enter
> behaves like tab instead of closing dialog.
hm..didn't look into sources , but into qt docs, they don't say
anything like that . ok...no problem, just leave it as it is. I
thought that it's better approach for AutoSelect property, but it can
stay as it is in QEventFocus (TQtLineEdit).
tnx
More information about the Qt
mailing list