remove comments and clean up
This commit is contained in:
parent
2c1f3eaf3a
commit
0f98fc955f
14 changed files with 9 additions and 154 deletions
|
|
@ -64,7 +64,6 @@ Button {
|
|||
implicitHeight: 56
|
||||
|
||||
hoverEnabled: true
|
||||
focusPolicy: Qt.TabFocus
|
||||
|
||||
onFocusChanged: {
|
||||
if (root.activeFocus) {
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ ListView {
|
|||
height: root.contentItem.height
|
||||
|
||||
clip: true
|
||||
reuseItems: true
|
||||
|
||||
property bool isFocusable: true
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ RadioButton {
|
|||
}
|
||||
|
||||
hoverEnabled: true
|
||||
// focusPolicy: Qt.TabFocus
|
||||
|
||||
indicator: Rectangle {
|
||||
id: background
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue