java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QLibraryInfo
- All Implemented Interfaces:
QtObjectInterface
public final class QLibraryInfo extends QtObject
Information about the Qt library
Java wrapper for Qt class QLibraryInfo
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QLibraryInfo.LibraryPath
Java wrapper for Qt enum QLibraryInfo::LibraryPath -
Constructor Summary
Constructors Modifier Constructor Description protected
QLibraryInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description static String
build()
static boolean
isDebugBuild()
static String
location(QLibraryInfo.LibraryPath location)
Deprecated.Usepath(io.qt.core.QLibraryInfo.LibraryPath)
insteadstatic String
path(QLibraryInfo.LibraryPath p)
static QStringList
platformPluginArguments(String platformName)
static QVersionNumber
version()
-
Constructor Details
-
QLibraryInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
build
-
isDebugBuild
public static boolean isDebugBuild() -
location
Deprecated.Usepath(io.qt.core.QLibraryInfo.LibraryPath)
instead -
path
-
platformPluginArguments
-
version
-