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

io.qt.widgets.QHBoxLayout Maven / Gradle / Ivy

There is a newer version: 6.8.0
Show newest version
package io.qt.widgets;

import io.qt.*;


/**
 * 

Lines up widgets horizontally

*

Java wrapper for Qt class QHBoxLayout

*/ public class QHBoxLayout extends io.qt.widgets.QBoxLayout { /** * This variable stores the meta-object for the class. */ public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QHBoxLayout.class); /** *

See QHBoxLayout::QHBoxLayout()

*/ public QHBoxLayout(){ super((QPrivateConstructor)null); initialize_native(this); } private native static void initialize_native(QHBoxLayout instance); /** *

See QHBoxLayout::QHBoxLayout(QWidget*)

*/ public QHBoxLayout(io.qt.widgets.@Nullable QWidget parent){ super((QPrivateConstructor)null); initialize_native(this, parent); } private native static void initialize_native(QHBoxLayout instance, io.qt.widgets.QWidget parent); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QHBoxLayout(QPrivateConstructor p) { super(p); } /** * Constructor for internal use only. * It is not allowed to call the declarative constructor from inside Java. * @hidden */ @NativeAccess protected QHBoxLayout(QDeclarativeConstructor constructor) { super((QPrivateConstructor)null); initialize_native(this, constructor); } @QtUninvokable private static native void initialize_native(QHBoxLayout instance, QDeclarativeConstructor constructor); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy