Qt.QToolTip Class

public class QToolTip: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QToolTip

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QToolTip Constructors

QToolTip Constructor

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


QToolTip Constructor

public void QToolTip(void * ptr);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Add(Qt.QWidget, System.String) Method

public static void Add(Qt.QWidget arg1, System.String arg2);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Add(Qt.QWidget, System.String, Qt.QToolTipGroup, System.String) Method

public static void Add(Qt.QWidget arg1, System.String arg2, Qt.QToolTipGroup arg3, System.String arg4);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Add(Qt.QWidget, Qt.QRect, System.String) Method

public static void Add(Qt.QWidget arg1, Qt.QRect arg2, System.String arg3);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Add(Qt.QWidget, Qt.QRect, System.String, Qt.QToolTipGroup, System.String) Method

public static void Add(Qt.QWidget arg1, Qt.QRect arg2, System.String arg3, Qt.QToolTipGroup arg4, System.String arg5);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Enabled Method

public static bool Enabled();

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Finalize Method

protected override void Finalize();

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Font Method

public static Qt.QFont Font();

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Group Method

public Qt.QToolTipGroup Group();

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Hide Method

public static void Hide();

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.IsGloballyEnabled Method

public static bool IsGloballyEnabled();

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Palette Method

public static Qt.QPalette Palette();

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.ParentWidget Method

public Qt.QWidget ParentWidget();

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Remove(Qt.QWidget) Method

public static void Remove(Qt.QWidget arg1);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.Remove(Qt.QWidget, Qt.QRect) Method

public static void Remove(Qt.QWidget arg1, Qt.QRect arg2);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.SetEnabled Method

public static void SetEnabled(bool enable);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.SetFont Method

public static void SetFont(Qt.QFont arg1);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.SetGloballyEnabled Method

public static void SetGloballyEnabled(bool arg1);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.SetPalette Method

public static void SetPalette(Qt.QPalette arg1);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.TextFor(Qt.QWidget, Qt.QPoint) Method

public static System.String TextFor(Qt.QWidget arg1, Qt.QPoint pos);

See Also

Qt.QToolTip Class, Qt Namespace

QToolTip.TextFor(Qt.QWidget) Method

public static System.String TextFor(Qt.QWidget arg1);

See Also

Qt.QToolTip Class, Qt Namespace