[Development] return value of QCoreApplication::testAttribute(Qt::AA_MacDontSwapCtrlAndMeta)
René J.V. Bertin
rjvbertin at gmail.com
Thu Mar 2 18:17:57 CET 2017
Hello,
Should QCoreApplication::testAttribute(Qt::AA_MacDontSwapCtrlAndMeta) return the actual value of the attribute even if it hasn't been set by the user?
For me it always returns false when I just want to know whether of not swapping is active, e.g. in the little demonstrator at github:RJVB/menus-qt5.git .
R.
More information about the Development
mailing list