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 QtQuick 2.4
import "qrc:/" import "qrc:/"
import QtQuick.Controls 2.0
DapRightPanelForm DapRightPanelForm
{ {
// header.height: 30 * pt header.height: 30 * pt
// headerData: Rectangle headerData: Rectangle
// { {
// anchors.fill: parent anchors.fill: parent
// color: "green" color: "green"
// } }
contentItemPanel: Label
{
text: "HELLO!!!"
font.pointSize: 30
anchors.fill: parent
}
// rightPanel.height: parent.height rightPanel.height: parent.height
// rightPanel.width: 350 * pt rightPanel.width: 350 * pt
color: "transparent" color: "blue"
} }
/*##^## Designer { /*##^## Designer {
D{i:0;autoSize:true;height:480;width:640} D{i:0;autoSize:true;height:480;width:640}
} }
......
import QtQuick 2.4 import QtQuick 2.4
import "../"
Item { DapAbstractRightPanelForm {
width: 400
height: 400
} }
import QtQuick 2.4 import QtQuick 2.4
import "qrc:/"
Item { DapScreenForm {
width: 400 frame.height: parent.height
height: 400 frame.color: "blue"
} }
...@@ -8,9 +8,9 @@ DapTabForm { ...@@ -8,9 +8,9 @@ DapTabForm {
topPanelForm: DapHistoryTopPanelForm { } topPanelForm: DapHistoryTopPanelForm { }
// screenForm: DapHistoryScreenForm { } screenForm: DapHistoryScreenForm { }
// rightPanelForm: DapHistoryRightPanelForm { } rightPanelForm: DapHistoryRightPanelForm { }
} }
/*##^## Designer { /*##^## 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