java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.help.QHelpLink
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public final class QHelpLink extends QtObject implements Cloneable
Struct provides the data associated with a help link
Java wrapper for Qt class QHelpLink
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
QHelpLink(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
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
-