From: Reid T. <rei...@at...> - 2009-01-21 14:14:15
|
On Wed, 2009-01-21 at 08:20 -0100, hhh hhh wrote: > Hello, > > > First and foremost, let me apologize for the ignorance I will > display when asking this questions... > > I have only coded for Windows. With that in mind, let's assume > I want to port some application to a linux distro. > > How can I make Graphical User Interface applications? Is there > an uniform way to do this in Linux? > Even better, where can I get information about those sort of > things? > There are gui interface builders available also ( google for glade,gazpacho -> GTK+ ,fluid -> fltk, not sure which one is used for QT. ) GTK+ is the framework used for GNOME, QT is used for KDE. Applications from either toolkit can be run on either desktop ( or any X window manager as far as that goes ( fluxbox,openbox, windowmaker, etc ) as long as the OS is configured as a graphical desktop( i.e. has the base underlying libs etc ). |