This commit is contained in:
LubuWest 2019-06-25 20:59:10 +02:00
commit d48847d183
135 changed files with 8879 additions and 3693 deletions

View file

@ -31,6 +31,7 @@
// List of people
import QtQuick 2.0
import QtQuick.Controls 2.5
import "qrc:/js/helper.js" as Helperjs
import "qrc:/qml/genericqml"
@ -109,13 +110,15 @@ Rectangle {
}
}
BlueButton {
MButton {
id: closeButton
height:6* mm
width: 8*mm
anchors.top: parent.top
anchors.topMargin: 1*mm
anchors.right: parent.right
anchors.rightMargin: 1*mm
color:"white"
//color:"white"
text: "\uf057"
onClicked: {
groupModelAppend(contacts,function(){