java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QToolTip
- All Implemented Interfaces:
QtObjectInterface
Tool tips (balloon help) for any widget
Java wrapper for Qt class QToolTip
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionstatic QFont
font()
See QToolTip::font()static void
hideText()
static boolean
static QPalette
palette()
static void
static void
setPalette
(QPalette arg__1) static void
Overloaded function forshowText(io.qt.core.QPoint, java.lang.String, io.qt.widgets.QWidget, io.qt.core.QRect, int)
static void
Overloaded function forshowText(io.qt.core.QPoint, java.lang.String, io.qt.widgets.QWidget, io.qt.core.QRect, int)
static void
Overloaded function forshowText(io.qt.core.QPoint, java.lang.String, io.qt.widgets.QWidget, io.qt.core.QRect, int)
withmsecShowTime = -1
.static void
static String
text()
See QToolTip::text()Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QToolTip
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
font
See QToolTip::font()
-
hideText
public static void hideText() -
isVisible
public static boolean isVisible() -
palette
-
setFont
-
setPalette
-
showText
Overloaded function for
showText(io.qt.core.QPoint, java.lang.String, io.qt.widgets.QWidget, io.qt.core.QRect, int)
withmsecShowTime = -1
. -
showText
Overloaded function for
showText(io.qt.core.QPoint, java.lang.String, io.qt.widgets.QWidget, io.qt.core.QRect, int)
with:
rect = new io.qt.core.QRect()
msecShowTime = -1
-
showText
Overloaded function for
showText(io.qt.core.QPoint, java.lang.String, io.qt.widgets.QWidget, io.qt.core.QRect, int)
with:
w = null
rect = new io.qt.core.QRect()
msecShowTime = -1
-
showText
-
text
See QToolTip::text()
-