[Qt5]In the case if accented characters are not displayed from the tr() calls 

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 everything.
[ hozzászólás ] ( 1 megtekintés ) [ 0 trackbackek ] permalink ( 3 / 235 )
STM32CubeIDE - (Read)Failed determine breakpoint type 

Make sure that the startup assembly file (MCU_name.s usually) is added to the project.
[ hozzászólás ] ( 12 megtekintés ) [ 0 trackbackek ] permalink ( 3 / 158 )
STM32 DMA notes 

- When using burst mode you have to point to the DMAR register not the first register to target
- Timer update and CC DMA requests require different channels
[ hozzászólás ] ( 4 megtekintés ) [ 0 trackbackek ] permalink ( 3 / 170 )
When QML live bench slow like a hell during Sailfish OS app development... 

... and you see a bunch of "invalid header" in the QML Debugger Console.
Then turn ON the shadow build because the QML live bench tries to deploy our object codes and other building residual files to the target, and in the case if there is a lot it might take a lot of time...
[ hozzászólás ] ( 2 megtekintés ) [ 0 trackbackek ] permalink ( 2.9 / 141 )
PhpOffice/PhpSpreadSheet getStyle()->getFont() does not return correct values 

Open your spreadsheed in non-readonly mode (remove setReadDataOnly(true))
[ hozzászólás ] ( 3 megtekintés ) [ 0 trackbackek ] permalink ( 3 / 119 )

<< <Előző | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Következő> >>

 
számláló