io.qt.core.QObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi Show documentation
Show all versions of qtjambi Show documentation
QtJambi base module containing QtCore, QtGui and QtWidgets.
package io.qt.core;
import io.qt.*;
import java.util.function.Supplier;
/**
* The base class of all Qt objects
* Java wrapper for Qt class QObject
*/
public class QObject extends QtObject
implements QtSignalEmitterInterface, QtSignalBlockerInterface, QtThreadAffineInterface
{
static {
QtJambi_LibraryUtilities.initialize();
}
@QtPropertyMember(enabled=false)
private java.util.Collection