mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-19 04:18:08 +00:00
14 lines
363 B
QML
14 lines
363 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: 'image://internal/'
|
|
property string imagesPath: 'qrc:/assets/images/'
|
|
}
|