Re: GTK vs QT



On Fri, 2003-11-07 at 10:59, SMS WebMaster wrote:
> First of all , I am not trying to make a fire war.
> I am just a new programmer to GUI programming and I have some questions
> 
> Why There is too many program created with QT  (More than GTK programs) ?

I didn't know that there are more qt-based programs than gtk-based. 
I've always thought it was the opposite, since GTK is c-based and more
easily ported to various unix platforms.

> 
> What is the different between GTK and QT ? is there any website talk 
> about that ?

QT is C++, GTK is based on C.  QT has nice syntactic sugar that makes
things appear easier at first.  GTK is just as nice in my opinion, but
if you want to use C++ as your language, you can check out the C++
version of gtk, called GTK-- (at http://gtkmm.sourceforge.net).  The
downside of GTK-- compared to QT is that there aren't any real good RAD
tools for it, other than glade, which is actually the best tool to use,
once you understand how it works.  QT comes with qtdesigner.

Michael


> 
> Thank you
-- 
Michael L Torrie <torriem chem byu edu>



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