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
..
2012-07-09 20:04:18 +00:00
2012-07-21 16:48:00 +00:00
2012-07-23 15:49:54 +00:00
2012-07-21 16:48:00 +00:00
2012-06-16 23:44:08 +00:00
2012-06-04 17:16:55 +00:00
2012-07-21 16:48:00 +00:00
2012-07-22 16:48:33 +00:00
2012-06-04 17:08:19 +00:00
2012-07-30 00:03:10 +00:00
2012-07-22 21:54:14 +00:00
2012-07-09 16:37:39 +00:00
2012-01-06 15:28:23 +00:00
2012-07-09 20:04:18 +00:00
2012-07-22 21:54:14 +00:00
2012-07-21 16:48:00 +00:00
2012-07-17 08:04:35 +00:00
2012-06-10 14:48:22 +00:00
2012-06-11 13:32:11 +00:00
2012-07-21 16:48:00 +00:00
2012-03-03 14:36:00 +00:00
2012-07-22 17:39:24 +00:00
2012-07-22 16:48:33 +00:00
2012-07-30 10:46:56 +00:00
2012-08-07 00:12:34 +00:00
2012-07-21 16:48:00 +00:00
2012-06-11 19:09:28 +00:00
2012-03-03 14:36:00 +00:00
2012-07-27 18:59:20 +00:00
2012-07-09 20:04:18 +00:00
2012-07-09 20:04:18 +00:00
2012-07-22 13:59:53 +00:00
2012-07-09 20:04:18 +00:00
2012-06-15 01:21:55 +00:00
2012-07-23 15:20:20 +00:00
2012-07-21 16:48:00 +00:00
2012-06-11 19:09:28 +00:00
2012-07-22 21:54:14 +00:00
2012-08-07 00:12:34 +00:00
2012-06-17 14:05:24 +00:00
2012-06-04 22:21:59 +00:00
2012-07-21 16:48:00 +00:00
2012-07-10 11:55:53 +00:00
2012-07-27 18:00:25 +00:00
2012-07-30 14:08:36 +00:00
2012-06-11 19:09:28 +00:00
2012-07-04 00:28:55 +00:00
2012-07-19 20:10:28 +00:00
2012-07-23 15:32:39 +00:00
2012-05-02 12:03:19 +00:00
2012-06-11 13:32:11 +00:00
2012-07-20 05:11:51 +00:00
2012-06-12 02:30:41 +00:00
2012-07-25 02:26:34 +00:00
2012-07-09 20:04:18 +00:00
2012-07-20 05:11:51 +00:00
2012-07-20 05:11:51 +00:00
2012-07-20 05:11:51 +00:00
2012-07-09 20:04:18 +00:00
2012-07-20 04:48:37 +00:00
2012-07-20 05:11:51 +00:00
2012-07-09 20:04:18 +00:00
2012-07-23 15:20:20 +00:00
2012-06-29 10:20:55 +00:00
2012-06-16 23:44:08 +00:00
2011-04-25 20:34:20 +00:00
2012-07-30 18:37:25 +00:00
2012-05-08 16:06:24 +00:00