Last updated 2 years ago
Was this helpful?
Returns Qt version used.
v = qt_version()
v - a string : valid path.
v = qt_version() returns the version number of Qt at run-time as a string (for example, "5.15.2").
semver(qt_version(), '>5.15')
.
1.0.0
initial version
Allan CORNET