Newer
Older
//****************************************************************************
// Implements the right panel widget.
//****************************************************************************
import QtQuick 2.4
import QtQuick.Controls 2.0
///@detalis Stack of right panels owned by current.
property alias dapContentPanel: contentItemRightPanel
///@detalis Content of the current right panel.
///@detalis dapRightPanelWidth External property for possibility to hiding RightPanel
property int dapRightPanelWidth
width: dapRightPanelWidth
Andrey Daragan
committed
Item
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
}
Andrey Daragan
committed
{
Andrey Daragan
committed
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
}