mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 14:48:15 +00:00
12 lines
186 B
QML
12 lines
186 B
QML
import QtQuick 2.7
|
|
|
|
// =============================================================================
|
|
|
|
Notification {
|
|
Rectangle {
|
|
color: 'red'
|
|
|
|
width: 200
|
|
height: 100
|
|
}
|
|
}
|