Uses of Class
io.qt.core.Qt.FindChildOptions
-
Uses of Qt.FindChildOptions in io.qt.core
Modifier and TypeMethodDescriptionQt.FindChildOption.asFlags()
Create a QFlags of the enum entry.Qt.FindChildOption.cleared
(Qt.FindChildOption e) Excludes other enum entry from a flag of this entry.final Qt.FindChildOptions
Qt.FindChildOptions.clone()
Clones the flagsQt.FindChildOption.combined
(Qt.FindChildOption e) Combines this entry with other enum entry.final Qt.FindChildOptions
Qt.FindChildOptions.combined
(Qt.FindChildOption e) Combines this flags with enum entry.static Qt.FindChildOptions
Qt.FindChildOption.flags
(Qt.FindChildOption ... values) Creates a newQt.FindChildOptions
from the entries.final Qt.FindChildOptions
Qt.FindChildOptions.setFlag
(Qt.FindChildOption e) Sets the flage
final Qt.FindChildOptions
Qt.FindChildOptions.setFlag
(Qt.FindChildOption e, boolean on) Sets or clears the flagflag
Modifier and TypeMethodDescriptionfinal int
Qt.FindChildOptions.compareTo
(Qt.FindChildOptions other) final QObject
QObject.findChild
(String aName, Qt.FindChildOptions options) final <T extends QObject>
TQObject.findChild
(Class<T> type, String aName, Qt.FindChildOptions options) QObject.findChildren
(QRegularExpression re, Qt.FindChildOptions options) QObject.findChildren
(Qt.FindChildOptions options) QObject.findChildren
(String aName, Qt.FindChildOptions options) QObject.findChildren
(Class<T> type, QRegularExpression re, Qt.FindChildOptions options) QObject.findChildren
(Class<T> type, Qt.FindChildOptions options) QObject.findChildren
(Class<T> type, String aName, Qt.FindChildOptions options) -
Uses of Qt.FindChildOptions in io.qt.widgets
Modifier and TypeMethodDescriptionQLayout.replaceWidget
(QWidget from, QWidget to, Qt.FindChildOptions options)