C++

RichTextBox’s font changes automatically in C#

You need to clear these two flags IMF_DUALFONT and IMF_AUTOFONT to keep font unchanged.

3 years ago

qmake tutrial failed with “QPushButton: No such file or directory”

Add following line at the top of your hello.pro. QT += widgets

9 years ago