feat: Add edit file tool (#249)

* feat: Add edit file tool
* feat: Add icons for action buttons
This commit is contained in:
Petr Mironychev
2025-11-03 08:56:52 +01:00
committed by GitHub
parent e7110810f8
commit 9b90aaa06e
39 changed files with 3732 additions and 344 deletions

View File

@ -54,9 +54,10 @@ Item {
Rectangle {
id: slider
x: root.checked ? parent.width / 2 : 0
anchors.verticalCenter: parent.verticalCenter
x: root.checked ? parent.width / 2 - 1 : 1
width: parent.width / 2
height: parent.height
height: parent.height - 2
opacity: 0.6
radius: height / 2