linux.x86.linphone/Linphone/view/Style/DefaultStyle.qml
Gaelle Braud 592d64bc8c Welcome page images
add resources file

belledonne image

Revert "belledonne image"

This reverts commit 4f7ea04c16aaec1ed321590620c61fad6010a148.

image

add images resources

new images

Welcome page images

add resources file

belledonne image

Revert "belledonne image"

This reverts commit 4f7ea04c16aaec1ed321590620c61fad6010a148.

image

add images resources

new images

image

image cmake

providers

Constants

Constants

start welcome page

start welcome page

Welcome page

welcome and login pages

default text item

Item : default input cell for any form

qml items

welcome/login template

add resources files to macro cmake

LoginPage : get username/pwd and call login

make welcome page temporary

icons

main stack view

Add final text + anims welcome page

fix previous

register constants in initCppInterfaces

unify images names

MR thread : clean

move login pages

use styling qml file

mr threads: unify colors

remove anchors warnings

custom combobox + modify custom textinput

mr thread : indent

mr thread : pointsize in style

mr thread : default style singleton

icons as style

change login base layout name

mr thread : color in style
2023-10-31 09:30:21 +01:00

28 lines
961 B
QML

pragma Singleton
import QtQuick 2.15
QtObject {
property string defaultFont: "Noto Sans"
property color orangeColor: "#FE5E00"
property color buttonBackground: "#FE5E00"
property color buttonInversedBackground: "white"
property color buttonTextColor: "white"
property color buttonInversedTextColor: "#FE5E00"
property int buttonTextSize: 10
property color darkBlueColor: "#22334D"
property color titleColor: "#22334D"
property color darkGrayColor: "#4E6074"
property color defaultTextColor: "#4E6074"
property int defaultTextSize: 8
property color formItemLabelColor: "#4E6074"
property int formItemLabelSize: 8
property int formTextInputSize: 10
property color grayColor: "#6C7A87"
property color lightGrayColor: "#EDEDED"
property color carouselLightGrayColor: "#DFECF2"
property color formItemBackgroundColor: "#EDEDED"
property int defaultFontPointSize: 10
property int title1FontPointSize: 40
property int title2FontPointSize: 20
}