diff --git a/DapPanelForm.ui.qml b/DapPanelForm.ui.qml new file mode 100644 index 0000000000000000000000000000000000000000..96a8ae4f5771e1ed409dbaa2ffc4afbcc2382791 --- /dev/null +++ b/DapPanelForm.ui.qml @@ -0,0 +1,6 @@ +import QtQuick 2.4 + +Item { + width: 400 + height: 400 +} diff --git a/DapRightPanel.qml b/DapRightPanel.qml new file mode 100644 index 0000000000000000000000000000000000000000..d636b5b1645c6ea9fbc8dfcc26c5a587b886e24c --- /dev/null +++ b/DapRightPanel.qml @@ -0,0 +1,4 @@ +import QtQuick 2.4 + +DapRightPanelForm { +} diff --git a/DapRightPanelForm.ui.qml b/DapRightPanelForm.ui.qml new file mode 100644 index 0000000000000000000000000000000000000000..96a8ae4f5771e1ed409dbaa2ffc4afbcc2382791 --- /dev/null +++ b/DapRightPanelForm.ui.qml @@ -0,0 +1,6 @@ +import QtQuick 2.4 + +Item { + width: 400 + height: 400 +} diff --git a/DapScreen.qml b/DapScreen.qml new file mode 100644 index 0000000000000000000000000000000000000000..39a7580afb565b32d29a6fcca64f19159c260dac --- /dev/null +++ b/DapScreen.qml @@ -0,0 +1,4 @@ +import QtQuick 2.4 + +DapScreenForm { +} diff --git a/DapScreenForm.ui.qml b/DapScreenForm.ui.qml new file mode 100644 index 0000000000000000000000000000000000000000..96a8ae4f5771e1ed409dbaa2ffc4afbcc2382791 --- /dev/null +++ b/DapScreenForm.ui.qml @@ -0,0 +1,6 @@ +import QtQuick 2.4 + +Item { + width: 400 + height: 400 +} diff --git a/DapTopPanel.qml b/DapTopPanel.qml new file mode 100644 index 0000000000000000000000000000000000000000..c53063ad435d380293d27ddd01d45b503a8e1a46 --- /dev/null +++ b/DapTopPanel.qml @@ -0,0 +1,4 @@ +import QtQuick 2.4 + +DapTopPanelForm { +} diff --git a/DapTopPanelForm.ui.qml b/DapTopPanelForm.ui.qml new file mode 100644 index 0000000000000000000000000000000000000000..96a8ae4f5771e1ed409dbaa2ffc4afbcc2382791 --- /dev/null +++ b/DapTopPanelForm.ui.qml @@ -0,0 +1,6 @@ +import QtQuick 2.4 + +Item { + width: 400 + height: 400 +} diff --git a/libdap-qt-ui-qml.qrc b/libdap-qt-ui-qml.qrc index 65d307156f338686a0c54190b738e3404e41aa33..a084e1d5909659f398eae20ed7841f7e09d11dea 100644 --- a/libdap-qt-ui-qml.qrc +++ b/libdap-qt-ui-qml.qrc @@ -1,5 +1,11 @@ <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>