Drag and Drop GUI builder

Hello,

I just completed my c++ tutorial but I cant build applications with GUIs single handedly.
Could anyone please recommend a gui wizard which I can use to build my GUIs without coding so I can concentrate on coding the backend console program for now.
I pray this builder is like a drag and drop so it does almost everything for me.

Thanks in advance.
I recommend you do not go with a wizard and instead take an hour or so on the starting tutorials of QT, wxWidgets or any other Widget Toolkit that takes your fancy. They're really not difficult to get started with.
The problem is that widget toolkits take far more than one hour to learn.
I have been doing web development before and learning those toolkits is much like cramming the joomla framework so you can code its extensions.
I have little time, about 3 days. So I need a drag and drop wizard for now.
Can anyone please recommend any that is easy to use.
I would suggest trying out Storyboard Suite from Crank Software:

http://www.cranksoftware.com/storyboard

It is a quick drag and drop GUI builder and runtime that is primarily targetted at embedded platforms, but you can very quickly build up an application's UI and then tie in your own custom logic using either Lua extensions or native C/C++ modules.

Thomas
Topic archived. No new replies allowed.