|
|
|
|
|
by userbinator
3869 days ago
|
|
Where an entire app is based on a Qt main window, it can display HTML-encoded or Javascript-encoded content in a QWebView widget. So it's another one of these "web everything" things... which in my experience seems more like "how to make your app consume 100x more memory and disk space that it should". What is with this aversion to native UIs that I've been seeing more of recently (and the tendency to invent controls that don't work anywhere near as well as the native ones)? In regards to that, this also tends to encourage some very convoluted schemes like creating a local web server to serve the page for the GUI: https://news.ycombinator.com/item?id=8640520 |
|