Uses of Class
io.qt.core.QCoreApplication
Packages that use QCoreApplication
-
Uses of QCoreApplication in io.qt.core
Methods in io.qt.core with type parameters of type QCoreApplicationModifier and TypeMethodDescriptionstatic <T extends QCoreApplication>
TQCoreApplication.initialize
(String [] args, Function<String[], T> constructor) Initializes a custom QCoreApplication subclass with the given arguments.static <T extends QCoreApplication>
TQCoreApplication.initialize
(String applicationName, String [] args, Function<String[], T> constructor) Initializes a custom QCoreApplication subclass with the given arguments and applicationName.Methods in io.qt.core that return QCoreApplicationModifier and TypeMethodDescriptionstatic QCoreApplication
QCoreApplication.initialize
(String [] args) Initializes the QCoreApplication with the given arguments.static QCoreApplication
QCoreApplication.initialize
(String applicationName, String [] args) Initializes the QCoreApplication with the given arguments and applicationName.static QCoreApplication
QCoreApplication.instance()
Methods in io.qt.core with parameters of type QCoreApplication -
Uses of QCoreApplication in io.qt.gui
Subclasses of QCoreApplication in io.qt.guiModifier and TypeClassDescriptionclass
Manages the GUI application's control flow and main settings -
Uses of QCoreApplication in io.qt.widgets
Subclasses of QCoreApplication in io.qt.widgetsModifier and TypeClassDescriptionclass
Manages the GUI application's control flow and main settings