|
|
@ -114,7 +114,8 @@ Item { |
|
|
|
MouseArea { |
|
|
|
MouseArea { |
|
|
|
anchors.fill: parent |
|
|
|
anchors.fill: parent |
|
|
|
onClicked: { |
|
|
|
onClicked: { |
|
|
|
mainWindow.hideLeftMenu() |
|
|
|
if (!__animateShowDialog.running) |
|
|
|
|
|
|
|
mainWindow.hideLeftMenu() |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -264,7 +265,8 @@ Item { |
|
|
|
anchors.right: parent.right |
|
|
|
anchors.right: parent.right |
|
|
|
height: toolBar.height |
|
|
|
height: toolBar.height |
|
|
|
onClicked: { |
|
|
|
onClicked: { |
|
|
|
mainWindow.hideLeftMenu() |
|
|
|
if (!__animateShowDialog.running) |
|
|
|
|
|
|
|
mainWindow.hideLeftMenu() |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -311,8 +313,10 @@ Item { |
|
|
|
MouseArea { |
|
|
|
MouseArea { |
|
|
|
anchors.fill: parent |
|
|
|
anchors.fill: parent |
|
|
|
onClicked: { |
|
|
|
onClicked: { |
|
|
|
__rightPanel.source = "" |
|
|
|
if (!__animateShowDialog.running) { |
|
|
|
mainWindow.hideLeftMenu() |
|
|
|
__rightPanel.source = "" |
|
|
|
|
|
|
|
mainWindow.hideLeftMenu() |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|