diff options
Diffstat (limited to 'sip/qt/qwhatsthis.sip')
-rw-r--r-- | sip/qt/qwhatsthis.sip | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sip/qt/qwhatsthis.sip b/sip/qt/qwhatsthis.sip index a517613..b6d5a3a 100644 --- a/sip/qt/qwhatsthis.sip +++ b/sip/qt/qwhatsthis.sip @@ -29,26 +29,6 @@ %End -%If (- TQt_2_00) - -class TQWhatsThis -{ -%TypeHeaderCode -#include <tqwhatsthis.h> -%End - -public: - static void add(TQWidget *,const char *,bool = 1); - static void add(TQWidget *,const TQPixmap &,const char *,const char *,bool = 1); - static void remove(TQWidget *); - static const char *textFor(TQWidget *); - static TQToolButton *whatsThisButton(TQWidget *); -}; - -%End - -%If (TQt_2_00 -) - class TQWhatsThis : TQt { %TypeHeaderCode @@ -59,39 +39,22 @@ public: TQWhatsThis(TQWidget *); virtual TQString text(const TQPoint &); -%If (TQt_3_0_0 -) virtual bool clicked(const TQString &); -%End -%If (TQt_3_1_0 -) static void setFont(const TQFont &); -%End static void add(TQWidget *,const TQString &); static void remove(TQWidget *); -%If (- TQt_3_0_0) - static TQString textFor(TQWidget *,const TQPoint & = TQPoint()); -%End -%If (TQt_3_0_0 -) static TQString textFor(TQWidget *,const TQPoint & = TQPoint(),bool = 0); -%End static TQToolButton *whatsThisButton(TQWidget *); static void enterWhatsThisMode(); static bool inWhatsThisMode(); -%If (- TQt_3_0_0) - static void leaveWhatsThisMode(const TQString & = TQString::null, - const TQPoint & = TQCursor::pos()); -%End -%If (TQt_3_0_0 -) static void leaveWhatsThisMode(const TQString & = TQString::null, const TQPoint & = TQCursor::pos(), TQWidget * = 0); static void display(const TQString &,const TQPoint & = TQCursor::pos(), TQWidget * = 0); -%End }; - -%End |