Given all of the rah-rah about QML and all of the calls I get about it I think it is time for a level headed appraisal. Unless you are developing…
Raspberry Pi
Raspberry Qt – Refresh
This post is more for me than you. A combination of client wanting me to do some QML stuff and having done too many horrible things to my desktop set…
C++ 11 and Qt — Part 5 Constructor Initializer List Religion
Okay, we are going to cover this one last time. If you are new to C++ programming you probably don’t know the doo-doo storm I kicked off bringing the subject…
C++ 11 and Qt — Part 3 This is Broken
One of the many reasons medical devices and all systems where adverse outcome for humans are slow to adopt “new” things is that there is so little known about “the…
Raspberry Qt – Part 11
Notice the emit statement in the following code snippet. This is where I chose to force in the new line character for our communications protocol. void MainWindow::enterClicked() { QByteArray…