split project with app & doric module
This commit is contained in:
10
doric-Qt/example/doric/resources/panel.qml
Normal file
10
doric-Qt/example/doric/resources/panel.qml
Normal file
@@ -0,0 +1,10 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.5
|
||||
|
||||
Rectangle {
|
||||
property var backgroundColor
|
||||
|
||||
onBackgroundColorChanged: {
|
||||
color = backgroundColor
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user