Comment by zenlot

Comment by zenlot 4 hours ago

5 replies

Python, along with C++ enjoys the benefits of Qt. You can build great stuff with cross-platform Qt. And it won't be webview(Electron / Tauri) based.

What would be the benefits of this? I can't think of any yet.

WD-42 2 hours ago

I worked on a team the switched v2 of our product from Python + QT to Tauri specifically to get away from QT. If you have any kind of specific design requirements, QT is pain. The ability to use the frontend web stack is a huge win especially for a team that already has frontend developers.

Rust was a nice bonus.

sabellito 4 hours ago

This benefits people and teams who prefer to build UIs with html/js/CSS.