|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.trolltech.qt.QtInfo
public class QtInfo
This class contains static functions to query information about the Qt library Qt Jambi links against.
| Constructor Summary | |
|---|---|
QtInfo()
This constructor is internal to Qt Jambi. |
|
| Method Summary | |
|---|---|
static int |
majorVersion()
|
static int |
minorVersion()
|
static int |
patchVersion()
|
static int |
version()
Returns the Qt version as a hexadecimal coded integer on the format 0x00MMmmpp, where MM is major version, mm is minor version and pp is patch version. |
static java.lang.String |
versionString()
Returns The Qt version as a string on the form Major.Minor.Patch, e.g 4.1.2 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QtInfo()
| Method Detail |
|---|
public static java.lang.String versionString()
public static int version()
public static int majorVersion()
public static int minorVersion()
public static int patchVersion()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||