cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
C++ GUI programming on Linux
C++ GUI programming on Linux
Jan 1, 2017 at 4:48am UTC
Thunderchook
(43)
Hi,
I'm learning C++ and needing an IDE to design/create GUI interfaces.
I am currently using Code::Blocks for C++ on Ubuntu.
I have seen a few like WxWidgets.
What other options are there?
Thanks.
Thunderchook.
Last edited on
Jan 1, 2017 at 4:49am UTC
Jan 1, 2017 at 8:56am UTC
Thomas1965
(4571)
Qt is an option.
https://www.qt.io/
Jan 2, 2017 at 3:14am UTC
Thunderchook
(43)
Thanks.
That's a good suggestion.
What about Glade used in conjunction with either Code::Blocks or even g++ through Eclipse?
Can it be done?
Jan 2, 2017 at 9:31am UTC
Thomas1965
(4571)
What about Glade used in conjunction with either Code::Blocks or even g++ through Eclipse?
I haven't tried it.
I only used QtCreator on Windows and that was easy to use.
Jan 2, 2017 at 12:11pm UTC
closed account (
48T7M4Gy
)
Out of the three you mention, Qt Creator is by far the best. Netbeans is another one up there near Qt
Topic archived. No new replies allowed.