Tag Archives: qt

Interactive Debugging KDE Apps with QtCreator

Recently I began using QtCreator to try and do some development on Amarok. During my day job as a Java developer I get to work with tools like Intellij, which is a great IDE when you can put aside the problems of Java GUI apps on Linux. For a long time I’ve been using [...]

Interviewed at Zatune.es

I’ve just been interviewed at a Spanish website which promotes open source software, zatune.es. The interview follows one of my pet projects, squash, and really stretched out my spanish skills .
interview link (spanish)

QDom and Qt 3.3.5

Since the recent release of Qt 3.3.5, we experienced a problem where xml files were not saved.
Having a peek at the Qt changelog:

- QDom
The default constructor for QDocDocument now creates an empty document that can be used to create elements.

Matthieu Bedouet alerts us that appendChild [...]