Earlier quoted context omitted.
How far will people go to avoid learning C++? Trust me, C++ isn't that scary.
C++ is great, but I’ve always hesitated in pushing Qt at my employer because I’ve never quite understood their licensing. It seems like it’s really expensive for actual commercial use. I keep meaning to dive into it to learn it now that my C++ is better, but what stops me there is that I don’t quite get where QtQuick + JavaScript fits in, or what parts of Qt I should be using / putting time into learning. For other l…
QtQuick + JavaScript puts JavaScript into its original place that it had at the times of the old web: oneliners to bind stuff together.
Also there is probably a confusion from Qt having two distinct GUI systems: QtWidgets and QtQuick.