Is there any way we can detect on which OS is my QT GUI running on?
Thanks
Is there any way we can detect on which OS is my QT GUI running on?
Thanks
look in the docs for Q_OS_<OS name>
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
QSysInfo might help you![]()
Bookmarks