Where can I download Qt Quick (for use in Python). I just installed Qt Creator and a tutorial on the Qt site has an example with these imports:
import QtQuick 2.12
import QtQuick.Controls 2.12
but I can't find any links to download it and it's crashing when it runs. Since Qt Quick Designer is built into Qt Creator, I would have expected Qt Quick to be included, but apparently not.
So where can I download Qt Quick?
Is it possible to build graphs with it? Does it have that kind of flexibility? A Qt blog entry seems to say QML is eventually going to replace QGraphicsView.
Bookmarks