[ui] add CompatibilityManager component

* display and allow to upgrade incompatible nodes after project loading
* add a ToolButton in main toolbar to open CompatibilityManager in case of compatibility issues
This commit is contained in:
Yann Lanthony 2018-07-20 17:57:53 +02:00
parent dd3d9cd54b
commit fd8c275203
4 changed files with 188 additions and 31 deletions

View file

@ -10,6 +10,8 @@ Dialog {
property alias helperText: helperLabel.text
property alias icon: iconLabel
default property alias children: layout.children
x: parent.width/2 - width/2
y: parent.height/2 - height/2
modal: true
@ -30,6 +32,7 @@ Dialog {
}
ColumnLayout {
id: layout
// Text
spacing: 12
Label {