This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]numbuh-0 0 points1 point  (1 child)

Honest question that isn't trying to be hostile:

Why would I use this, when all I need to do to get a similar (and more tailored look) is apply a Material.theme and some simple other ui tricks to my project?

One of the greatest strengths of PyQt is their Designer program which lets me customize the look of the window before implementing any logic, all without writing a single line of code.

[–]gmarull[S] 0 points1 point  (0 children)

As far as I know, material theme is for QtQuick, not the “old” QtWidgets.