9 lines
172 B
QML
9 lines
172 B
QML
|
pragma Strict
|
||
|
import QtQuick.Controls.Basic
|
||
|
|
||
|
ApplicationWindow {
|
||
|
footer: DialogButtonBox {
|
||
|
standardButtons: DialogButtonBox.Ok | DialogButtonBox.Cancel
|
||
|
}
|
||
|
}
|