- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for replying. How well does Qt work when you want the GUI elements to be placed by code rather than with the designer?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page