[Qt] error compiling qt lcl

Den Jean Den.Jean at telenet.be
Wed Jul 11 22:26:49 CEST 2007


On Monday 09 July 2007 06:24:47 pm Felipe Monteiro de Carvalho wrote:
> I just tested, and they are again incorrect.

Hum, I forgot this.
Can you make a small program to test this in detail

use e.g. 
function QWidget_x(handle: QWidgetH): Integer; cdecl; external QtIntf 
name 'QWidget_x';
function QWidget_y(handle: QWidgetH): Integer; cdecl; external QtIntf 
name 'QWidget_y';
procedure QWidget_pos(handle: QWidgetH; retval: PQtPoint); cdecl; external 
QtIntf name 'QWidget_pos';

and look on the screen, when moving the pos of a widget.





More information about the Qt mailing list