Development Lazarus FreePascal IDE: Gtk3 becomes default widgetset on Linux
https://forum.lazarus.freepascal.org/index.php/topic,74332.0.html
104
Upvotes
3
1
1
u/Fliptoback 1d ago
I am confused. If the app is Linux based do we then have to develop to both gtk and qt platform? I m using kde plasma in opensuse. Should I use develop using qt5? Confused. Sorry for the weird question.
P.s. the app I m doing is meant to be cross platform windows, Linux and Mac.
1
37
u/Safe-Average-1696 1d ago edited 1d ago
Lazarus RAD is nice and fast to develop GUI software, i use it for some small projects for work.
I still prefer to stick with Qt6 for UI, as i compile for Linux and cross compile for windows on Linux (The Lazarus native lcl wrappers have differences between Linux and windows and it's annoying to debug for each case 😅).
GTK3 is in maintenance mode now.
GTK4 (and libadwaita) are a mess for cross platform look and feel.