From 9787e1fd37198195ac32f8951fc06f9f041e755a Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Mon, 25 Nov 2024 08:47:14 +0100 Subject: [PATCH] fix #LINQT-1441 rm unsupported features --- .../view/Page/Main/Contact/ContactPage.qml | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/Linphone/view/Page/Main/Contact/ContactPage.qml b/Linphone/view/Page/Main/Contact/ContactPage.qml index a7a60e74..7f89a574 100644 --- a/Linphone/view/Page/Main/Contact/ContactPage.qml +++ b/Linphone/view/Page/Main/Contact/ContactPage.qml @@ -734,32 +734,32 @@ AbstractMainPage { Layout.preferredHeight: 1 * DefaultStyle.dp color: DefaultStyle.main2_200 } - IconLabelButton { - Layout.fillWidth: true - Layout.preferredHeight: 50 * DefaultStyle.dp - iconSize: 24 * DefaultStyle.dp - iconSource: AppIcons.bellSlash - text: qsTr("Mettre en sourdine") - onClicked: console.log("TODO : mute contact") - } - Rectangle { - Layout.fillWidth: true - Layout.preferredHeight: 1 * DefaultStyle.dp - color: DefaultStyle.main2_200 - } - IconLabelButton { - Layout.fillWidth: true - Layout.preferredHeight: 50 * DefaultStyle.dp - iconSize: 24 * DefaultStyle.dp - iconSource: AppIcons.empty - text: qsTr("Bloquer") - onClicked: console.log("TODO : block contact") - } - Rectangle { - Layout.fillWidth: true - Layout.preferredHeight: 1 * DefaultStyle.dp - color: DefaultStyle.main2_200 - } + // IconLabelButton { + // Layout.fillWidth: true + // Layout.preferredHeight: 50 * DefaultStyle.dp + // iconSize: 24 * DefaultStyle.dp + // iconSource: AppIcons.bellSlash + // text: qsTr("Mettre en sourdine") + // onClicked: console.log("TODO : mute contact") + // } + // Rectangle { + // Layout.fillWidth: true + // Layout.preferredHeight: 1 * DefaultStyle.dp + // color: DefaultStyle.main2_200 + // } + // IconLabelButton { + // Layout.fillWidth: true + // Layout.preferredHeight: 50 * DefaultStyle.dp + // iconSize: 24 * DefaultStyle.dp + // iconSource: AppIcons.empty + // text: qsTr("Bloquer") + // onClicked: console.log("TODO : block contact") + // } + // Rectangle { + // Layout.fillWidth: true + // Layout.preferredHeight: 1 * DefaultStyle.dp + // color: DefaultStyle.main2_200 + // } IconLabelButton { Layout.fillWidth: true Layout.preferredHeight: 50 * DefaultStyle.dp