Skip to content
Snippets Groups Projects
Commit bd025c88 authored by littletux89@gmail.com's avatar littletux89@gmail.com
Browse files

[+] Added new properties for the right panel widget.

parent ab16ad66
No related branches found
No related tags found
1 merge request!21features-3031
...@@ -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
......
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