On Wed, Nov 09, 2005 at 11:54:30AM +0100, Helge Hafting wrote:
> >Multi-platform?
>
> I have no idea - but the existing qt port is multiplatform so a port
> to another toolkit doesn't have to be. 

Indeed. And note that we get much better multi-platform support when
using Qt alone than with any homegrown framework that supports several
toolkits simultaneously.

Want handling of external processes? Use QProcess and be done.

Want handling of user defined settings and save application state?
Use QSettings and be done.

Andre'

Reply via email to