Skip to content
Snippets Groups Projects

features-3031

Merged andrey.daragan requested to merge features-3031 into develop
1 file
+ 10
2
Compare changes
  • Side-by-side
  • Inline
@@ -8,6 +8,15 @@ import QtQuick.Controls 2.0
@@ -8,6 +8,15 @@ import QtQuick.Controls 2.0
Rectangle
Rectangle
{
{
id: frameRightPanel
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.
///@detalis Right panel widget.
property alias dapFrame: frameRightPanel
property alias dapFrame: frameRightPanel
///@detalis Right pane title widget.
///@detalis Right pane title widget.
@@ -20,8 +29,7 @@ Rectangle
@@ -20,8 +29,7 @@ Rectangle
property Item dapContentItemData
property Item dapContentItemData
///@detalis dapRightPanelWidth External property for possibility to hiding RightPanel
///@detalis dapRightPanelWidth External property for possibility to hiding RightPanel
property int dapRightPanelWidth
property int dapRightPanelWidth
anchors.fill: parent
width: dapRightPanelWidth
width: dapRightPanelWidth
// Install right panel title
// Install right panel title
Loading