mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
10 lines
221 B
QML
10 lines
221 B
QML
import QtQuick
|
|
import Linphone
|
|
|
|
Flickable {
|
|
width: parent.width
|
|
contentWidth: contentItem.childrenRect.width
|
|
contentHeight: contentItem.childrenRect.height
|
|
clip: true
|
|
flickableDirection: Flickable.VerticalFlick
|
|
}
|