import QtQuick import QtQuick.Dialogs Item { MessageDialog { id: notificationDialog buttons: MessageDialog.Ok } }