Latest posts — page 15

QtCreator - Search & Replace with Captured Texts

I wanted to replace many occurrences of g_theme.themeDisplay(100, 80, 65) by g_theme.thSz([100, 80, 65]) in many QML files. The values of the three integer arguments varied from occurrence to occurrence. What I hoped for

Why Use Qt for Embedded Systems

When my customers develop embedded systems, they face similar challenges: * Challenge 1: iPhone-Like HMI * Challenge 2: Internet-Connected * Challenge 3: Running Everywhere * Challenge 4: Fast Time-To-Market Using examples from different industries, I'll first elaborate on the challenges and then

Casting a negative float to an unsigned int

Never cast a negative float to an unsigned int. The result of the cast differs depending on whether the cast is executed on a device with Intel or ARM architecture. The C++ Standard decrees that the result of such a