Il 12/07/2017 16.32, Pritpal Bedi ha scritto:
> try
>
> connect( "headerDataChanged(int, int, int)", {
> |orientation,first,last| udfQHeaderDataChanged( orientation, first,
> last ) } )
>
Many thanks for answer.
Now it returns
"Error BASE/9999 Argument error: __HBQT_ERROR
Called from __HBQT_ERROR(0)
Called from MODEL:CONNECT( 203 )
......."
I have already added (but I think is not related)
void headerDataChanged( Qt::Orientation, int first, int last )
into .qth file, section <SIGNALS>
Luigi