mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[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:
parent
dd3d9cd54b
commit
fd8c275203
4 changed files with 188 additions and 31 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue