Thread: easy graphical interface develpment

  1. #1
    Registered User
    Join Date
    Aug 2005
    Posts
    44

    easy graphical interface develpment

    Does Linux have any development apps similar to VC++ or Borland C++ where you just drag out buttons and textboxes on to a work area and just fill out property menus for them?

  2. #2
    Crazy Fool Perspective's Avatar
    Join Date
    Jan 2003
    Location
    Canada
    Posts
    2,640
    yup, GLADE.

  3. #3
    Registered User
    Join Date
    Sep 2005
    Posts
    3
    the KDeveloper is good program for programming by C.
    this program has interface gui.
    and it 's beauty and easy to work.

  4. #4
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    as well as qtdesigner.
    borland's kylix 3 ( if using kernel 2.4 it doesn't like 2.6 )*
    runtime revolution+
    eclipse
    ...


    * freely downloadable version of non commercial use
    + commercial ide
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

  5. #5
    Amazingly beautiful user.
    Join Date
    Jul 2005
    Location
    If you knew I'd have to kill you
    Posts
    254
    QTDesigner has to be the best thing I ever used as far as a interface designer. As posted earlier, it integrates w/ KDevelop. FLTK is a nice toolkit, and also has a designer called FLUID. Also, wxWidgets has a designer called wxGlade. It all depends on what toolkit you want to use.
    Programming Your Mom. http://www.dandongs.com/

  6. #6
    Just kidding.... fnoyan's Avatar
    Join Date
    Jun 2003
    Location
    Still in the egg
    Posts
    275
    Hi

    If you want to develop KDE appliacation your choice will be KDevelop. It offers a good IDE for Qt developement but there are some restrictions if you want to make commercial applications. Visit offical web site for more information.

    On the other hand GLADE is a good GTK/Gnome IDE. Glade + Anjuta makes it easier writing the code and desinging the interface! In fact, using Glade may be strange at first glance (for example, buttons having sizes equal to your main frame)! Read some tutorials about designing interfaces with Glade. Also, you should be familiar with GTK programming.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Calling IRichEditOle interface methods
    By Niara in forum C Programming
    Replies: 2
    Last Post: 01-16-2009, 01:23 PM
  2. Restoring DirectX interface after alt+tab
    By abachler in forum Game Programming
    Replies: 2
    Last Post: 09-15-2008, 04:59 PM
  3. Mandrake + Graphical Interface
    By MethodMan in forum Linux Programming
    Replies: 3
    Last Post: 06-03-2002, 01:42 AM
  4. Graphical interface in C ?
    By Golgot in forum C Programming
    Replies: 5
    Last Post: 11-18-2001, 04:10 PM
  5. GUI (Graphical User Interface) Help Needed
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 10-11-2001, 10:35 AM