Skip to content
Snippets Groups Projects
Commit c34fde1c authored by Andrey Daragan's avatar Andrey Daragan
Browse files

[+] The header and widget stackwidget of the right panel.

parent 7646a018
No related branches found
No related tags found
No related merge requests found
Pipeline #1518 passed with stage
in 20 minutes and 42 seconds
import QtQuick 2.4
import "qrc:/"
import QtQuick.Controls 2.0
DapRightPanelForm
{
// header.height: 30 * pt
// headerData: Rectangle
// {
// anchors.fill: parent
// color: "green"
// }
header.height: 30 * pt
headerData: Rectangle
{
anchors.fill: parent
color: "green"
}
contentItemPanel: Label
{
text: "HELLO!!!"
font.pointSize: 30
anchors.fill: parent
}
// rightPanel.height: parent.height
// rightPanel.width: 350 * pt
color: "transparent"
rightPanel.height: parent.height
rightPanel.width: 350 * pt
color: "blue"
}
/*##^## Designer {
D{i:0;autoSize:true;height:480;width:640}
}
......
import QtQuick 2.4
import "../"
Item {
width: 400
height: 400
DapAbstractRightPanelForm {
}
import QtQuick 2.4
import "qrc:/"
Item {
width: 400
height: 400
DapScreenForm {
frame.height: parent.height
frame.color: "blue"
}
......@@ -8,9 +8,9 @@ DapTabForm {
topPanelForm: DapHistoryTopPanelForm { }
// screenForm: DapHistoryScreenForm { }
screenForm: DapHistoryScreenForm { }
// rightPanelForm: DapHistoryRightPanelForm { }
rightPanelForm: DapHistoryRightPanelForm { }
}
/*##^## Designer {
......
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