DEV Community

Discussion on: What happened to Graphical GUI Builders? - Help me understand - (They are still here, I guess)

Collapse
 
changhe3 profile image
Chang He

I have used Qt designer along with pyqt5 to build some small utility apps and it is quite a breeze to use. The powerful signal/slot system allows you to quickly add functionalities to your UI. The only caveat is that the UI is widget-based and not as dynamic as DOM-based ones.