java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QToolTip
- All Implemented Interfaces:
QtObjectInterface
public final class QToolTip extends QtObject
Tool tips (balloon help) for any widget
Java wrapper for Qt class QToolTip
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QToolTip(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description static QFont
font()
See QToolTip::font()static void
hideText()
static boolean
isVisible()
static QPalette
palette()
static void
setFont(QFont arg__1)
static void
setPalette(QPalette arg__1)
static void
showText(QPoint pos, String text)
Overloaded function forshowText(io.qt.core.QPoint, java.lang.String, io.qt.widgets.QWidget)
withw = null
.static void
showText(QPoint pos, String text, QWidget w)
static void
showText(QPoint pos, String text, QWidget w, QRect rect)
static void
showText(QPoint pos, String text, QWidget w, QRect rect, int msecShowTime)
static String
text()
See QToolTip::text()
-
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)
withw = null
. -
showText
-
showText
-
showText
-
text
See QToolTip::text()
-