[Qt] New qt bugfix patch
Den Jean
Den.Jean at telenet.be
Tue Jul 3 01:24:22 CEST 2007
On Monday 02 July 2007 07:55:26 pm zeljko at holobit.net wrote:
> bindings. Another thing we have to do is small changes in bindings code.
> 1. This have to be added for QWidget, QMainWindow & QMdiSubWindow
> Why ? Because QWidget's closeEvent() call is per default accepted, so
> we cannot control it via LCL.
> before QWidget_create you should add this code.
> QWidget_create doesn't need to be changed like here, but can be added
> another constructor like QWidget_createLCL() which returns QWidgetHack
> (it can be named QWidgetLCL) ...
> /* QWidgetHack class is "howto" override some protected functions for
> our bindings
> or howto get some voids into class public.
This need some thinking ...
The binding is generated, so not everything is that easy to change.
But I will look into it.
regards,
Den Jean
More information about the Qt
mailing list