Hello everyone!
I was just wondering, how would you do some basic GUI programming in C++,
There's QT, GTK+, wxWindows which I've read about but I'm not really sure which one is best (for windows)
also, I'm used to an IDE like Visual Studio 2010 for C#, isn't there something like that for C++?
That was about it!
- JillesCode
7 replies to this topic
#1
Posted 19 December 2011 - 01:40 AM
|
|
|
#2
Posted 19 December 2011 - 09:21 AM
There are two GUI designers I know of for wxWidgets: wxFormBuilder and wxSmith (a plugin for Code::Blocks). For GTK+ I know of Glade. I don't really know much about QT though.
As for which one you should pick, I guess it all depends on how you like to program: wxWidgets is object oriented while GTK+ isn't. I think QT is object oriented as well but don't take my word for it :)
As for which one you should pick, I guess it all depends on how you like to program: wxWidgets is object oriented while GTK+ isn't. I think QT is object oriented as well but don't take my word for it :)
Latinamne loqueris?
#3
Posted 19 December 2011 - 12:23 PM
Of course there's Visual C++ that comes with GUI editor; search for VC++ (Express edition). :P
For Qt you have Qt Designer, if you'll pick that I recommend downloading entire SDK.
For Qt you have Qt Designer, if you'll pick that I recommend downloading entire SDK.
A conclusion is where you got tired of thinking.
#define class struct // All is public.
#4
Posted 19 December 2011 - 05:24 PM
I prefer Qt's style over wxWidgets, but you can use any of them with designers pretty easily.
#5
Posted 19 December 2011 - 09:21 PM
I just Tried Qt Creator and it is very good, I'd definitely recommend it :D
Latinamne loqueris?
#6
Posted 16 April 2012 - 08:08 PM
My vote will go for Qt. Reasons are -- C++, cross-platform, easy, simple, rich --- hmm, it just suits me.
#7
Posted 17 April 2012 - 01:07 AM
I ve used Qt and visual C++.
I would vote for Qt but with the warning that you have to spend some time learning how to connect widgets to code
visual C++ on the other hand just let you put code by double clicking a widget...
I would vote for Qt but with the warning that you have to spend some time learning how to connect widgets to code
visual C++ on the other hand just let you put code by double clicking a widget...
#8
Posted 09 May 2012 - 04:43 PM
Flying Dutchman, on 19 December 2011 - 12:23 PM, said:
Of course there's Visual C++ that comes with GUI editor; search for VC++ (Express edition). 
For Qt you have Qt Designer, if you'll pick that I recommend downloading entire SDK.
For Qt you have Qt Designer, if you'll pick that I recommend downloading entire SDK.
Doesn't Visual C++ use MFC as the back end? In my opinion, nobody should be using MFC these days.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top










