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

Merge branch 'features-3031' into 'develop'

features-3031

See merge request !21
parents ab16ad66 bd025c88
No related branches found
No related tags found
1 merge request!21features-3031
......@@ -8,6 +8,15 @@ import QtQuick.Controls 2.0
Rectangle
{
id: frameRightPanel
///@detalis Signal initiating switching to the previous displayed form.
signal nextActivated (var parametrsRightPanel)
///@detalis Signal initiating switching to the previous displayed form.
signal previousActivated (var parametrsRightPanel)
///@detalis Next display right panel.
property string dapNextRightPanel
///@detalis Previous display right panel.
property string dapPreviousRightPanel
///@detalis Right panel widget.
property alias dapFrame: frameRightPanel
///@detalis Right pane title widget.
......@@ -20,8 +29,7 @@ Rectangle
property Item dapContentItemData
///@detalis dapRightPanelWidth External property for possibility to hiding RightPanel
property int dapRightPanelWidth
anchors.fill: parent
width: dapRightPanelWidth
// Install right panel title
......
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