Skip to content
Snippets Groups Projects
Commit 7aa29349 authored by andrey.daragan's avatar andrey.daragan
Browse files

[+] Added a mechanism to hide the right panel.

parent 049c20a0
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,11 @@ Rectangle ...@@ -18,8 +18,11 @@ Rectangle
property alias dapContentPanel: contentItemRightPanel property alias dapContentPanel: contentItemRightPanel
///@detalis Content of the current right panel. ///@detalis Content of the current right panel.
property Item dapContentItemData property Item dapContentItemData
///@detalis dapRightPanelWidth External property for possibility to hiding RightPanel
property int dapRightPanelWidth
anchors.fill: parent anchors.fill: parent
width: dapRightPanelWidth
// Install right panel title // Install right panel title
Item Item
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment