Just wanted to see if you guys knew of any IDEs or Extensions for any languages that make GUI programming a little easier, like Visual Basic.

See: Image

2 points

You’re basically looking for some form of a WYSIWYG editor. Check out Qt Creator, I think you’ll like it.

Also, you haven’t told us which programming language you’re trying to use. Every language has it’s own set of tools.

permalink
report
reply
1 point

Just a general conversation about GUI development for any languages. Maybe someone is looking for something similar with their language!

permalink
report
parent
reply
1 point

QT Creator looks great, I just hate the subscription based model for products. Let me just buy the product once at it’s current version!

permalink
report
parent
reply
5 points
*

Since you said any language, you have Free Pascal and its gui editor Lazarus.

För wxWidgets and C++ you have wxFormBuilder.

The Glade editor for gtk3 programs (C, C++, or whatever language one might use). (edit: just a gui editor that is used separately from whatever IDE or editor you write your code in)

Eclipse and WindowBuilder for Java.

permalink
report
reply
1 point

Awesome, thank you!

permalink
report
parent
reply
2 points

You are missing the best one. If you want to make great GUIs there really is no substitute for Qt with Qt Creator. Nice GUI editor as you are used to in VS, C++ with the best documentation I’ve seen in anything open source. Qt was the GUI toolkit that got me hooked on C++ back in the day. (https://www.qt.io/download) Be aware there is a commercial and an open source version but you can relatively easily get the open source one from the online installer.

permalink
report
parent
reply
2 points

It was already mentioned by @RHOPKINS13 so I didn’t bother.

As for Qt itself, I wasn’t thrilled with their path regarding licensing back in the day, like only allowing GPL (not LGPL) on Unix like systems and attempting their own special licenses, and only offering a paid commercial license for Windows development. These days I can’t say I find the $300+/month subscription option for commercial usage very appealing either. They can of course do whatever they want, just as I look at what is at my disposal and what’s out there and choose according to my needs and preferences (which may be very different from other individuals). Essentially, their decisions early on soured my opinion of Qt (regardless of any technical merits), and since those days I have always had other options that have worked well enough for me. It may also have played a role in my relative lack of interest in KDE,

I’m just expressing my feelings, and it is not a statement whether anyone else should make any specific choices. :)

permalink
report
parent
reply
3 points

Is that not just an ancient version/ancestor of visual studio with the Winforms GUI Framework?

permalink
report
reply
4 points

Don’t forget Gambas: https://gambas.sourceforge.net/en/main.html. A language that is very close to Visual Basic and an IDE that closely resembles the old VB6 editor. It only runs on Linux, but I also got it working on WSL in Windows 11.

permalink
report
reply
2 points

You can try RealBasic or TCL/TK, though I haven’t used either of them in over a decade.

permalink
report
reply

Programming

!programming@kbin.social

Create post

This magazine is dedicated to discussions on programming languages, software development, and coding. Whether you are a beginner programmer or an experienced developer, this is the place for you. Here you can share your knowledge, ask questions, and engage in discussions on topics such as coding languages, software engineering, web development, and more. From the latest trends and frameworks to tips and tricks for debugging, this category covers a wide range of topics related to programming.

Community stats

  • 1

    Monthly active users

  • 200

    Posts

  • 381

    Comments

Community moderators