QtQuick Imports
I am adding a GUI to a plugin and have been looking for the imports that I should use. I have found these lists below in a plugin from 2019 but just wonder whether they are still the versions that I should use.
import QtQuick 2.2
import QtQuick.Controls 1.1
import QtQuick.Controls.Styles 1.3
import QtQuick.Layouts 1.1
import QtQuick.Dialogs 1.1
Comments
The Qt version used for MuseScore 3 hasn't changed, so these versions should not change either (if the plugin is for 3.x)
In reply to The Qt version used for… by Jojo-Schmitz
Thanks. (Yes, it's for 3.x)