Trolltech Home | Qt-jambi-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-jambi-interest Archive, November 2007
Getting the jambi version


Message 1 in thread

Hi,

Is there some API calls to get the current Jambi version as a string ?

-=Børge Austvold


Message 2 in thread

Børge Nygaard Austvold wrote:
> Hi,
> 
> Is there some API calls to get the current Jambi version as a string ?
> 
> -=Børge Austvold

Hi Børge,

You get the version of the underlying Qt using:

http://doc.trolltech.com/qtjambi-4.3.2_01/com/trolltech/qt/QtInfo.html#versionString()

and the version of Qt Jambi using:

http://doc.trolltech.com/qtjambi-4.3.2_01/com/trolltech/qt/Utilities.html#VERSION_STRING

best regards,
Gunnar