Qt uses substitute fonts when a character is not present in the
principal font.
Apparently the substitute fonts are not always to the users taste, so
they like to change the substitution.
QT offers a function for it (QFont::substitutes), however it would be
tedious to fill a substitution list from
Qt 5.x QAction apparently does not work with a number of shortcuts
(though they are shown as valid shortcuts in the menu): alt+space, esc ,
possibly cmd+/
Is this known ? Is there a work-around ?
Jan
___
Development mailing list
Development@qt-projec
Qt uses substitute fonts when a character is not present in the
principal font.
Apparently the substitute fonts are not always to the users taste, so
they like to change the substitution.
QT offers a function for it (QFont::substitutes), however it would be
tedious to fill a substitution list from
After compiling Qt from git on mac, debugging an application which was
build against that Qt-version does not allow debugging of Qt-functions
though of all other internal application functions.
Seems that the build is not linked against the debug-version of the qt libs.
How can that be done ?
_