Hacker News new | ask | show | jobs
by adev_ 2490 days ago
> QT running its own custom-drawn UI, both different from whatever platform-blessed UI toolkit is, no, QT is not "native"

Most Qt Apps are still using the widget layout in pure C++ ( from the stats of the Qt company itself ) and do not contains a single line of JS or interpreted language.

Then yes Qt is native and Electron is not.