mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
7 lines
101 B
QML
7 lines
101 B
QML
import QtQuick
|
|
import QtQuick.Dialogs
|
|
|
|
MessageDialog {
|
|
title: "Info"
|
|
buttons: MessageDialog.Ok
|
|
}
|