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
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() - Returns:
-
isDebugBuild
public static boolean isDebugBuild()- Returns:
-
location
Deprecated.Usepath(io.qt.core.QLibraryInfo.LibraryPath)
instead@param locationSee
QLibraryInfo::
location(QLibraryInfo::LibraryLocation) - Returns:
-
path
- Parameters:
p
-- Returns:
- Since:
- This function was introduced in Qt 6.0.
-
paths
- Parameters:
p
-- Returns:
- Since:
- This function was introduced in Qt 6.8.
-
platformPluginArguments
See
QLibraryInfo::
platformPluginArguments(QString) - Parameters:
platformName
-- Returns:
-
version
- Returns:
-
path(io.qt.core.QLibraryInfo.LibraryPath)
instead@param location