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

[+] Added widgets for the screen, top and right panels.

parent dd91e44d
No related branches found
No related tags found
No related merge requests found
import QtQuick 2.4
Item {
width: 400
height: 400
}
import QtQuick 2.4
DapRightPanelForm {
}
import QtQuick 2.4
Item {
width: 400
height: 400
}
import QtQuick 2.4
DapScreenForm {
}
import QtQuick 2.4
Item {
width: 400
height: 400
}
import QtQuick 2.4
DapTopPanelForm {
}
import QtQuick 2.4
Item {
width: 400
height: 400
}
<RCC>
<qresource prefix="/">
<file>DapComboBox.qml</file>
<file>DapScreen.qml</file>
<file>DapScreenForm.ui.qml</file>
<file>DapTopPanel.qml</file>
<file>DapTopPanelForm.ui.qml</file>
<file>DapRightPanel.qml</file>
<file>DapRightPanelForm.ui.qml</file>
</qresource>
</RCC>
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