Comment by WD-42

Comment by WD-42 4 hours ago

2 replies

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.

kelvinjps10 3 hours ago

Doesn't qt also offers a webview solution?

  • WD-42 2 hours ago

    It’s very basic. Good enough for oauth flow but not much beyond that, definitely not to host your entire UI. Also I don’t see what the point of that would be.