GUI library other than QT?

What GUI library do you guys use when creating GUIs with UI elements and what not?

i've been thinking about using QT, but it seems that its not free anymore, and you only get a 30 days trail.

the only other GUI library i can think of is the visual studio creator thingy, where you basically drag and drop the UI elements on the window.

but i'd rather use something else, because i dont really like the whole "drag and drop" thing.
Last edited on
It is still free.

https://www.qt.io/download-open-source/

You don't have to use drag and drop to design your interfaces. You can do it in code instead.
Topic archived. No new replies allowed.