mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-26 08:18:08 +00:00
14 lines
251 B
QML
14 lines
251 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
QtObject {
|
|
property QtObject background: QtObject {
|
|
property int height: 30
|
|
property int radius: 4
|
|
property int width: 160
|
|
}
|
|
|
|
property QtObject text: QtObject {
|
|
property int fontSize: 8
|
|
}
|
|
}
|