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.LibraryLocation
Java wrapper for Qt enum QLibraryInfo::LibraryLocation -
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 QDate
buildDate()
Deprecated.static boolean
isDebugBuild()
static String
licensedProducts()
Deprecated.static String
licensee()
Deprecated.static String
location(QLibraryInfo.LibraryLocation arg__1)
static QStringList
platformPluginArguments(String platformName)
static QVersionNumber
version()
-
Constructor Details
-
QLibraryInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
build
-
buildDate
Deprecated. -
isDebugBuild
public static boolean isDebugBuild() -
licensedProducts
Deprecated. -
licensee
Deprecated. -
location
-
platformPluginArguments
-
version
-