-
Can I get the version of QtJambi or Qt in Java? This can be displayed in About of the software. QT_VERSION ? QTJAMBI_VERSION ? Or is it some other API? |
Beta Was this translation helpful? Give feedback.
Answered by
omix
Jan 23, 2023
Replies: 2 comments 1 reply
-
This is telling you the version of QtJambi library: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
omix
-
So does QtJambi provide an interface to get dependent Qt versions? |
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
This is telling you the version of QtJambi library:
QtUtilities.qtjambiVersion()
.Note that major and minor version always corresponds to underlying Qt library.