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

[*] Fixed item redefinition error.

parent de16aa42
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,18 @@ Rectangle {
id: dapFrame
property alias frame: dapFrame
property Item contenetItemScreen: Item { }
property Item contenetItemScreen
anchors.fill: parent
Item
{
Item {
id: contenetItemScreen
data: contenetItemScreen
}
}
/*##^##
Designer {
D{i:0;autoSize:true;height:480;width:640}
}
##^##*/
......@@ -2,10 +2,10 @@ import QtQuick 2.4
import QtQuick.Controls 2.0
Page {
property DapTopPanelForm topPanelForm: DapTopPanelForm { }
property DapScreenForm screenForm: DapScreenForm { }
property DapTopPanelForm topPanelForm
property DapScreenForm screenForm
property alias separator: dapSeparator
property DapRightPanelForm rightPanelForm: DapRightPanelForm { }
property DapRightPanelForm rightPanelForm
anchors.fill: parent
......
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