Hi

CarozoDeQuilmes wrote:
> 
> Hi Pritpal, can you add the "timeout()" signal for use the QTimer class.
>    oTimer := QTimer():New( QT_PTROF( oWnd ) )
>    oTimer:SetInterval( 1000 )
>    Qt_Connect_Signal( QT_PTROF( oTimer ) , "timeout()", {|w,l|
> oLabelTimer:SetText( "Testing Timer HbQt: " + alltrim( str( seconds() ) )
> )
> } )
>    oTimer:Start()
> 

This is the domain of higher level class to implement this signal.
In HBQT.lib there is no room to implement it like you explained.
Also Xbp*Parts() do not implement timer class.
So include above code in your class framework.

OR

Tell me the alternative how you think it should be implemented.

Regards
Pritpal Bedi


-- 
View this message in context: 
http://www.nabble.com/HbQt-signal-tp24562700p24564917.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to