Pritpal Bedi 238893024f 2012-08-06 17:09 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/sources.prg
    % Remoded: redundant code parts and organized with more options.

  * contrib/hbqt/qtgui/hbqtgui.hbx
  * contrib/hbqt/qtgui/qth/filelist.hbm
  + contrib/hbqt/qtgui/qth/QToolTip.qth
    + Added: class QToolTip(). Note that this class is usable from within
       QEvent_ToolTip signal which will post QHelpEvent() object like:
        oWidget:connect( QEvent_ToolTip, {|oEvent| ::execEvent( QEvent_Help, oEvent ) } )
           Then 
        METHOD myClass:execEvent( nEvent, oEvent )
           LOCAL oToolTip
           IF oEvent:type() == QEvent_ToolTip 
              oToolTip := QToolTip()
              oToolTip:setText( "some other text" )
              RETURN .T.  /* To stop the event chain */
           ENDIF 
           RETURN .F.
2012-08-07 00:12:34 +00:00
Description
Harbour Core — Reference source for Five development
172 MiB
Languages
C 80.3%
xBase 17.8%
Makefile 0.6%
C++ 0.4%
Harbour 0.4%
Other 0.3%