Re: [gtk-list] Re: GTK and Qt comparison?




> > > I am looking for a short
> > > comparison of GTK and Qt...
> > >
> > the main difference is : GTK is C and Qt is C++.
> > 
> > If you need a port on windows, Qt is ahead of GTK.
> 
> About C++: take a look at the new released VDK 0.3 from
> 
> older and more stable you can take a look at gtk--.

There is also another alternative: wxWindows. It is a class
library (C++) that wraps the GTK under Linux and the Win32 controls
under Windows, so that you can create native apps for both
platforms. It is free (even for closed projects) and is
possibly more comprehensive than the other wrappers mentioned
above (printing, ODBC, thread, MDI, configuration, internat).
It is still under development but it's already being used
in larger projects. By and large, it is modelled after MFC
(e.g you can catch events both by using event tables such as in
MFC, but also using a CONNECT call such as in GTK--).

  Robert

  http://wesley.informatik.uni-freiburg.de/~wxxt



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]