org.kde.qt
public class QToolTip extends Qt
| Constructor Summary | |
|---|---|
| protected | QToolTip(Class dummy) |
| Method Summary | |
|---|---|
| static void | add(QWidget arg1, String arg2) |
| static void | add(QWidget arg1, String arg2, QToolTipGroup arg3, String arg4) |
| static void | add(QWidget arg1, QRect arg2, String arg3) |
| static void | add(QWidget arg1, QRect arg2, String arg3, QToolTipGroup arg4, String arg5) |
| static boolean | enabled() |
| static QFont | font() |
| QToolTipGroup | group() |
| static void | hide() |
| static boolean | isGloballyEnabled() |
| static QPalette | palette() |
| QWidget | parentWidget() |
| static void | remove(QWidget arg1) |
| static void | remove(QWidget arg1, QRect arg2) |
| static void | setEnabled(boolean enable) |
| static void | setFont(QFont arg1) |
| static void | setGloballyEnabled(boolean arg1) |
| static void | setPalette(QPalette arg1) |
| static void | setWakeUpDelay(int arg1) |
| static String | textFor(QWidget arg1, QPoint pos) |
| static String | textFor(QWidget arg1) |