- 2024
- 2023
- 2022
- 2021
-
2020
- November
-
October
-
[Qt5]In the case if accented characters are not displayed from the tr() calls
10/02/20
I ran into an issue which was familiar from many years ago from the Qt 4.x times with a recent setup: Qt 5.14 + MSVC2015.
Solution:
Add the following to the pro file_
win32-msvc* {
QMAKE_CXXFLAGS += /utf-8
}
And recompile e -
STM32CubeIDE - (Read)Failed determine breakpoint type
10/01/20
Make sure that the startup assembly file (MCU_name.s usually) is added to the project.
-
[Qt5]In the case if accented characters are not displayed from the tr() calls
- April
- February
- 2019
- 2018
- 2017
- 2016
- 2015
- 2014
- 2013
- 2012
- 2011
- 2010
- 2009