remove comments and clean up

This commit is contained in:
Cyril Anisimov 2024-12-29 21:19:56 +01:00
parent 2c1f3eaf3a
commit 0f98fc955f
14 changed files with 9 additions and 154 deletions

View file

@ -64,7 +64,6 @@ Button {
implicitHeight: 56
hoverEnabled: true
focusPolicy: Qt.TabFocus
onFocusChanged: {
if (root.activeFocus) {

View file

@ -12,9 +12,6 @@ Item {
readonly property string drawerExpandedStateName: "expanded"
readonly property string drawerCollapsedStateName: "collapsed"
// readonly property bool isExpanded: isExpandedStateActive()
// readonly property bool isCollapsed: isCollapsedStateActive()
readonly property bool isOpened: isExpandedStateActive() || (isCollapsedStateActive && (dragArea.drag.active === true))
readonly property bool isClosed: isCollapsedStateActive() && (dragArea.drag.active === false)

View file

@ -26,6 +26,7 @@ ListView {
height: root.contentItem.height
clip: true
reuseItems: true
property bool isFocusable: true

View file

@ -55,7 +55,6 @@ RadioButton {
}
hoverEnabled: true
// focusPolicy: Qt.TabFocus
indicator: Rectangle {
id: background