CodeGardening
CodeGardening
Posts
About
Contact
Light
Dark
Automatic
Posts
Using the 3DConnexion mouse with a Qt Application
This note describes my experiences getting a 3D mouse to work in a Qt application on Windows. The 3DConnexion 3D mouse is a 6-DOF controller often used for CAD and engineering applications.
Last updated on Sep 18, 2022
3 min read
A script for adding test cases to a CppUnit test class
One of the problems with using CppUnit as the unit test framwork in C++ is that adding a single test requires updating the code in two files and in total 3 places.
Last updated on Sep 18, 2022
2 min read
A CruiseControl monitor for QtCreator
We use CruiseControl to run automatic builds after every commit and I thought it would be nice to monitor the build status from within QtCreator. I also wanted to try creating a simple QtCreator plugin to see how easy it would be to extend it.
Last updated on Sep 18, 2022
2 min read
Qt Creator: A multiplatform IDE for creating Qt applications
QtCreator is a powerful integrated development environment from Nokia for creating applications with C++ and Nokia’s Qt Framework. It is available on all the desktop platforms supported by Qt (Windows, Linux and Mac).
Last updated on Sep 18, 2022
4 min read
Development environments for C++
I have not been a big fan of IDEs. Several times I tried to get used to Visual Studio but always found it big, slow and not suited to the way I work.
Last updated on Sep 18, 2022
4 min read
Gardening, not architecture
“Gardening, not architecture” This Oblique Strategy caught my attention while flipping through the iPhone version of Brian Eno and Peter Schmidt’s deck of cards for out-of-the-box thinking. Recently I had been thinking about Software Architecture, the role of an architect and how it relates to the actual work of producing working software.
Last updated on Sep 25, 2022
2 min read
«
Cite
×