java.lang.Object
io.qt.QtObject
io.qt.core.QLibraryInfo
- All Implemented Interfaces:
QtObjectInterface
Information about the Qt library
Java wrapper for Qt class QLibraryInfo
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
build()
SeeQLibraryInfo::
build() static boolean
static boolean
static String
location
(QLibraryInfo.LibraryPath location) Deprecated.static String
static QStringList
platformPluginArguments
(String platformName) SeeQLibraryInfo::
platformPluginArguments(QString) static QVersionNumber
version()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Method Details
-
build
See
QLibraryInfo::
build() -
isDebugBuild
public static boolean isDebugBuild() -
location
Deprecated.Usepath(io.qt.core.QLibraryInfo.LibraryPath)
insteadSee
QLibraryInfo::
location(QLibraryInfo::LibraryLocation) -
path
See
QLibraryInfo::
path(QLibraryInfo::LibraryPath) This function was introduced in Qt 6.0.
-
platformPluginArguments
See
QLibraryInfo::
platformPluginArguments(QString) -
version
-
path(io.qt.core.QLibraryInfo.LibraryPath)
instead