public class QToolTip: QtSupport, System.IDisposable
System.Object
QtSupport
QToolTipThis type implements System.IDisposable.
Qt Namespace
QToolTip Constructors
QToolTip Methods
QToolTip.Add(Qt.QWidget, System.String) Method
QToolTip.Add(Qt.QWidget, System.String, Qt.QToolTipGroup, System.String) Method
QToolTip.Add(Qt.QWidget, Qt.QRect, System.String) Method
QToolTip.Add(Qt.QWidget, Qt.QRect, System.String, Qt.QToolTipGroup, System.String) Method
QToolTip.Enabled Method
QToolTip.Finalize Method
QToolTip.Font Method
QToolTip.Group Method
QToolTip.Hide Method
QToolTip.IsGloballyEnabled Method
QToolTip.Palette Method
QToolTip.ParentWidget Method
QToolTip.Remove(Qt.QWidget) Method
QToolTip.Remove(Qt.QWidget, Qt.QRect) Method
QToolTip.SetEnabled Method
QToolTip.SetFont Method
QToolTip.SetGloballyEnabled Method
QToolTip.SetPalette Method
QToolTip.TextFor(Qt.QWidget, Qt.QPoint) Method
QToolTip.TextFor(Qt.QWidget) Method
public void QToolTip(void * ptr);
Qt.QToolTip Class, Qt Namespace
public static void Add(Qt.QWidget arg1, System.String arg2);
Qt.QToolTip Class, Qt Namespace
public static void Add(Qt.QWidget arg1, System.String arg2, Qt.QToolTipGroup arg3, System.String arg4);
Qt.QToolTip Class, Qt Namespace
public static void Add(Qt.QWidget arg1, Qt.QRect arg2, System.String arg3);
Qt.QToolTip Class, Qt Namespace
public static void Add(Qt.QWidget arg1, Qt.QRect arg2, System.String arg3, Qt.QToolTipGroup arg4, System.String arg5);
Qt.QToolTip Class, Qt Namespace
public static bool Enabled();
Qt.QToolTip Class, Qt Namespace
protected override void Finalize();
Qt.QToolTip Class, Qt Namespace
public static Qt.QFont Font();
Qt.QToolTip Class, Qt Namespace
public Qt.QToolTipGroup Group();
Qt.QToolTip Class, Qt Namespace
public static void Hide();
Qt.QToolTip Class, Qt Namespace
public static bool IsGloballyEnabled();
Qt.QToolTip Class, Qt Namespace
public static Qt.QPalette Palette();
Qt.QToolTip Class, Qt Namespace
public Qt.QWidget ParentWidget();
Qt.QToolTip Class, Qt Namespace
public static void Remove(Qt.QWidget arg1);
Qt.QToolTip Class, Qt Namespace
public static void Remove(Qt.QWidget arg1, Qt.QRect arg2);
Qt.QToolTip Class, Qt Namespace
public static void SetEnabled(bool enable);
Qt.QToolTip Class, Qt Namespace
public static void SetFont(Qt.QFont arg1);
Qt.QToolTip Class, Qt Namespace
public static void SetGloballyEnabled(bool arg1);
Qt.QToolTip Class, Qt Namespace
public static void SetPalette(Qt.QPalette arg1);
Qt.QToolTip Class, Qt Namespace
public static System.String TextFor(Qt.QWidget arg1, Qt.QPoint pos);
Qt.QToolTip Class, Qt Namespace
public static System.String TextFor(Qt.QWidget arg1);
Qt.QToolTip Class, Qt Namespace