java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.widgets.QWhatsThis
- All Implemented Interfaces:
QtObjectInterface
public final class QWhatsThis extends QtObject
Simple description of any widget, i.e. answering the question "What's This?"
Java wrapper for Qt class QWhatsThis
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QWhatsThis(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description static QAction
createAction()
Overloaded function forcreateAction(io.qt.core.QObject)
withparent = null
.static QAction
createAction(QObject parent)
static void
enterWhatsThisMode()
static void
hideText()
static boolean
inWhatsThisMode()
static void
leaveWhatsThisMode()
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)
-
Constructor Details
-
QWhatsThis
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
createAction
Overloaded function for
createAction(io.qt.core.QObject)
withparent = null
. -
createAction
-
enterWhatsThisMode
public static void enterWhatsThisMode() -
hideText
public static void hideText() -
inWhatsThisMode
public static boolean inWhatsThisMode() -
leaveWhatsThisMode
public static void leaveWhatsThisMode() -
showText
Overloaded function for
showText(io.qt.core.QPoint, java.lang.String, io.qt.widgets.QWidget)
withw = null
. -
showText
-