Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Simple GUI Classes Needed

stephen-smolley
250 Views
I am wondering about what kind of GUI is available to use in a windows environment.

I've tried MFC but I've found it too heavy and tedious for my needs. There seem to be a lot of hidden things you need to do to get MFC working as you'd expect it to.

I need something that can draw simple flowcharts, lists, with buttons, text feilds, with drag-and-drop capabilities. Perhaps something that can be drawn into a CView window.

Thanks,

-Steve
0 Kudos
2 Replies
kjellkod
Beginner
250 Views
Have you tried Qt? Easy to use and with great API and documentation. check out qt.nokia.com.
In my opinion it's the #1 C++ framework when it comes to GUI. Qt DOES have lots of other bells and whistles but you don't have to use it of course :)
Regards
Kjell
0 Kudos
stephen-smolley
250 Views
Thanks for replying. How well does Qt work when you want the GUI elements to be placed by code rather than with the designer?
0 Kudos
Reply