split project with app & doric module
This commit is contained in:
7
doric-Qt/example/doric/resources/view.qml
Normal file
7
doric-Qt/example/doric/resources/view.qml
Normal file
@@ -0,0 +1,7 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.5
|
||||
|
||||
Rectangle {
|
||||
width: childrenRect.width
|
||||
height: childrenRect.height
|
||||
}
|
||||
Reference in New Issue
Block a user