Just a guess, maybe the font is not set before the edit shows up. So just for checking. Move the qDebug in a custom slot and call it after the window has shown up. (E.g. use QTimer::singleShot() for that)
Just a guess, maybe the font is not set before the edit shows up. So just for checking. Move the qDebug in a custom slot and call it after the window has shown up. (E.g. use QTimer::singleShot() for that)
swaczin (8th July 2013)
Bookmarks