linphone-desktop/ui/modules/Common/Constants/Constants.qml
2017-06-19 16:40:46 +02:00

13 lines
308 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/'
}