B"H
As Qt3 is getting stale, it would be nice to port qtzmanim to Qt4.
I'm attaching a patch which does that in part, which I created with qt3to4, with some minor manual cleanup and fixes. It requires the Qt3Support library due to the use of Q3* APIs in the .ui forms.
A "pure" qt4 port would require reworking the .ui files and the related signal/slot handling, in addition to using some of the newer APIs (e.g. QProcess instead of std::setenv).
This patch is against the 1.1 tarball.
qt3to4 patch