fix #LINQT-1441 rm unsupported features

This commit is contained in:
Gaelle Braud 2024-11-25 08:47:14 +01:00
parent 0c851ed81a
commit 9787e1fd37

View file

@ -734,32 +734,32 @@ AbstractMainPage {
Layout.preferredHeight: 1 * DefaultStyle.dp Layout.preferredHeight: 1 * DefaultStyle.dp
color: DefaultStyle.main2_200 color: DefaultStyle.main2_200
} }
IconLabelButton { // IconLabelButton {
Layout.fillWidth: true // Layout.fillWidth: true
Layout.preferredHeight: 50 * DefaultStyle.dp // Layout.preferredHeight: 50 * DefaultStyle.dp
iconSize: 24 * DefaultStyle.dp // iconSize: 24 * DefaultStyle.dp
iconSource: AppIcons.bellSlash // iconSource: AppIcons.bellSlash
text: qsTr("Mettre en sourdine") // text: qsTr("Mettre en sourdine")
onClicked: console.log("TODO : mute contact") // onClicked: console.log("TODO : mute contact")
} // }
Rectangle { // Rectangle {
Layout.fillWidth: true // Layout.fillWidth: true
Layout.preferredHeight: 1 * DefaultStyle.dp // Layout.preferredHeight: 1 * DefaultStyle.dp
color: DefaultStyle.main2_200 // color: DefaultStyle.main2_200
} // }
IconLabelButton { // IconLabelButton {
Layout.fillWidth: true // Layout.fillWidth: true
Layout.preferredHeight: 50 * DefaultStyle.dp // Layout.preferredHeight: 50 * DefaultStyle.dp
iconSize: 24 * DefaultStyle.dp // iconSize: 24 * DefaultStyle.dp
iconSource: AppIcons.empty // iconSource: AppIcons.empty
text: qsTr("Bloquer") // text: qsTr("Bloquer")
onClicked: console.log("TODO : block contact") // onClicked: console.log("TODO : block contact")
} // }
Rectangle { // Rectangle {
Layout.fillWidth: true // Layout.fillWidth: true
Layout.preferredHeight: 1 * DefaultStyle.dp // Layout.preferredHeight: 1 * DefaultStyle.dp
color: DefaultStyle.main2_200 // color: DefaultStyle.main2_200
} // }
IconLabelButton { IconLabelButton {
Layout.fillWidth: true Layout.fillWidth: true
Layout.preferredHeight: 50 * DefaultStyle.dp Layout.preferredHeight: 50 * DefaultStyle.dp