java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.help.QHelpLink
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Struct provides the data associated with a help link
Java wrapper for Qt class QHelpLink
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QHelpLink
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setTitle
Of the link
See QHelpLink::title
-
title
Of the link
See QHelpLink::title
-
setUrl
Target url of the link
See QHelpLink::url
-
url
Target url of the link
See QHelpLink::url
-
clone
-