Where can I learn how to design modern-looking Qt apps while following material design principles?
-
wrote on 21 Apr 2023, 09:36 last edited by
Hello all
I'm searching for technical resources to learn how to design modern-looking Qt apps
Thanks -
Hello all
I'm searching for technical resources to learn how to design modern-looking Qt apps
Thankswrote on 26 Apr 2023, 14:05 last edited by@umen242 Hello welcome to Qt Universe. You can search this link. Mostly 2D and 3D parts could help you. https://doc.qt.io/qt-6/qtgui-index.html
-
wrote on 27 Apr 2023, 04:41 last edited by
thanks but not looking for OpenGL GUI .
looking for how to build GUI which similar to following the marerial design .
i dont what to involve any OpenGl drawing -
wrote on 5 May 2023, 09:01 last edited by
@Furkan said in Where can I learn how to design modern-looking Qt apps while following material design principles?:
I'm looking for something similar for a few days now, but without any luck. When I started Qt, I was expecting something more modern on material design like Flutter embedded widgets easy to modify them
-
@Furkan said in Where can I learn how to design modern-looking Qt apps while following material design principles?:
I'm looking for something similar for a few days now, but without any luck. When I started Qt, I was expecting something more modern on material design like Flutter embedded widgets easy to modify them
wrote on 5 May 2023, 09:13 last edited by@agelo1995
unfortunately i know Qt from version 4.5 - 4.8 , same old widgent styles in moderen Qt -
@Furkan said in Where can I learn how to design modern-looking Qt apps while following material design principles?:
I'm looking for something similar for a few days now, but without any luck. When I started Qt, I was expecting something more modern on material design like Flutter embedded widgets easy to modify them
wrote on 5 May 2023, 09:58 last edited by@agelo1995
I don't know Flutter, but I will just say that "modern-looking" or "swishy" look & feel might be better if you try Qt's QML rather than widgets for your application.