linphone-desktop/tests/ui/modules/Linphone/Notifications/CallNotification.qml

10 lines
104 B
QML

import QtQuick 2.7
Notification {
Rectangle {
color: 'red'
width: 200
height: 100
}
}