Apps How to change Gradle options in QtCreator ? Stanislas RENANSeptember 24, 20180 Before you read If you're in a hurry, please access the quick sumary below. Otherwise, please continue reading...
Tech Organizing your Java files in a C++ Qt project Stanislas RENANMay 4, 20181 Excerpt If you develop an application for the Android platform with Qt, you may want to code some stuff in Java. In...
Tech Dangling pointer Stanislas RENANMarch 20, 20180 Comment traduire dangling pointer en français ? Un dangling pointer, c'est un pointeur qui pointe sur une zone...
Tech QtCreator and Code Model error Stanislas RENANMarch 7, 20181 Abstract Who wasn't trapped by this problem ? If you are one of these lucky coders, please raise your hand in order...
Tech Deleting Windows XP Mode Base.vhd Stanislas RENANMarch 3, 20181 Abstract I was trying to regain some space on my Windows 7 C: partition. I use a tool named WinDirStat to show me...
Tech Reusing the default value of a property in QML Stanislas RENANJanuary 31, 20180 QML is a language designed to ease the work of writing user interfaces (UI). It is part of the Qt environment....