C++ GUI programming on Linux

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
Qt is an option.
https://www.qt.io/
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?
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.
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.