refactor doric panel; add blend method

This commit is contained in:
王劲鹏
2021-02-19 19:01:31 +08:00
committed by osborn
parent 7ced952a57
commit ea0b87df24
11 changed files with 81 additions and 28 deletions

View File

@@ -1,8 +1,5 @@
import QtQuick 2.12
import QtQuick.Controls 2.5
Rectangle {
width: 100
height: 100
color: 'red'
StackView {
}