QmlDesigner.PropertyEditor: Adding lookup rules for different versions
The property editor will now try to find a pane for the specific
version first.
Example:
If we have a QtQuick.Item 2.0
We first look for: QtQuick/ItemPane_2_0.qml
And then fallback to: QtQuick/ItemPane.qml
The same does apply for the specifics file.
Task-number: QTCREATORBUG-8681
Change-Id: If210998780073295f168169d2fc424288d3bd6a0
Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
Please register or sign in to comment