7 lines
115 B
QML
7 lines
115 B
QML
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
||
|
|
||
|
NegativeButton {
|
||
|
text: qsTr("Cancel")
|
||
|
icon.name: "cancel"
|
||
|
}
|