C++ GUI programming on Linux

Jan 1, 2017 at 4:48am
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
Jan 1, 2017 at 8:56am
Qt is an option.
https://www.qt.io/
Jan 2, 2017 at 3:14am
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
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
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.