|
|
|
@ -175,6 +175,8 @@ ElDialog { |
|
|
|
|
|
|
|
|
|
|
|
InfoTextArea { |
|
|
|
InfoTextArea { |
|
|
|
Layout.columnSpan: 2 |
|
|
|
Layout.columnSpan: 2 |
|
|
|
|
|
|
|
Layout.preferredWidth: parent.width * 3/4 |
|
|
|
|
|
|
|
Layout.alignment: Qt.AlignHCenter |
|
|
|
visible: finalizer.warning != '' |
|
|
|
visible: finalizer.warning != '' |
|
|
|
text: finalizer.warning |
|
|
|
text: finalizer.warning |
|
|
|
iconStyle: InfoTextArea.IconStyle.Warn |
|
|
|
iconStyle: InfoTextArea.IconStyle.Warn |
|
|
|
|