Friendiqa v0.3

This commit is contained in:
LubuWest 2018-07-01 15:09:21 +02:00
commit bda2d9f7b5
63 changed files with 2746 additions and 1357 deletions

View file

@ -34,10 +34,10 @@ Rectangle{
id: blueButton
width: Math.max(mainText.width+2*mm,8*mm)
height: 5*mm
color:"light blue"
color:"light blue"//"#EFEAEA" "sky blue"
property alias fontColor: mainText.color
border.color:"grey"
border.width:1
// border.color:"grey"
// border.width:1
radius: mm
property alias text: mainText.text
signal clicked