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
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQLibraryInfo::LibraryLocation
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
build()
SeeQLibraryInfo::
build() static QDate
static boolean
static String
static String
licensee()
static String
location
(QLibraryInfo.LibraryLocation arg__1) 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() -
buildDate
-
isDebugBuild
public static boolean isDebugBuild() -
licensedProducts
-
licensee
-
location
-
platformPluginArguments
See
QLibraryInfo::
platformPluginArguments(QString) -
version
-