• 0

is there some kind of GUI builder for C++


Question

7 answers to this question

Recommended Posts

  • 0

I second firey's suggestion for Qt. However, if you're only interested in Windows development, its not the only option: SmartWin++ is a small but powerful C++ wrapper on top of the WIN32 API. (Writing a GUI directly using the WIN32 API is not a fun experience.) There is also a GUI editor for the toolkit called SallyIDE.

is QT like vb u can drag command buttons in?

So long as you are designing your GUI using Qt Creator, it is. Unlike SallyIDE - which fairly featureless except for the WYSIWYG GUI editor - Qt Creator is actually a pretty good IDE all-around IMHO.

  • 0

In Qt Creator, goto File->New File or Project...->Files and Classes->Qt->Qt Designer Form Class. That will add an graphically editable interface with an accompanying class that you can implement.

If you're serious about learning Qt, you should probably consider reading a good tutorial or book on the subject. While Qt is fairly easy to understand and use, there is no substitute for a solid, conceptual understanding of how it works. I recommend C++ GUI Programming with Qt 4 (Second Edition), although if you want a complete list of what's available check the Qt Project's Books page.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.