All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.help.QHelpContentWidget Maven / Gradle / Ivy

Go to download

Classes for integrating documentation into applications, similar to Qt Assistant.

There is a newer version: 6.8.1
Show newest version
package io.qt.help;


/**
 * 

Tree view for displaying help content model items

*

Java wrapper for Qt class QHelpContentWidget

*/ public final class QHelpContentWidget extends io.qt.widgets.QTreeView { static { QtJambi_LibraryUtilities.initialize(); } /** * This variable stores the meta-object for the class. */ public static final io.qt.core.QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QHelpContentWidget.class); /** *

See QHelpContentWidget::linkActivated(QUrl)

*/ public final Signal1 linkActivated = new Signal1<>(); /** *

See QHelpContentWidget::indexOf(QUrl)

*/ @io.qt.QtUninvokable public final io.qt.core.QModelIndex indexOf(io.qt.core.QUrl link){ return indexOf_native_cref_QUrl(QtJambi_LibraryUtilities.internal.nativeId(this), QtJambi_LibraryUtilities.internal.checkedNativeId(link)); } @io.qt.QtUninvokable private native io.qt.core.QModelIndex indexOf_native_cref_QUrl(long __this__nativeId, long link); /** * Constructor for internal use only. * @param p expected to be null. */ @io.qt.NativeAccess protected QHelpContentWidget(QPrivateConstructor p) { super(p); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy