Skip to content

Boolog

Just another Boolog site

Tag: C++

RichTextBox’s font changes automatically in C#

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

Published July 1, 2021
Categorized as C# Tagged C++, font, RichEditBox

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

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

Published December 26, 2014
Categorized as Qt Tagged C++, Qt
Boolog
Proudly powered by WordPress.