mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 15:18:07 +00:00
13 lines
300 B
QML
13 lines
300 B
QML
pragma Singleton
|
|
import QtQuick 2.7
|
|
|
|
// ===================================================================
|
|
|
|
QtObject {
|
|
property int zPopup: 999
|
|
property int zMax: 999999
|
|
property int sizeMax: 999999
|
|
|
|
property string imagesFormat: '.svg'
|
|
property string imagesPath: 'qrc:/assets/images/'
|
|
}
|