mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
Merge branch 'main' of https://github.com/zhuzichu520/FluentUI
This commit is contained in:
commit
b1c0074a10
@ -1,9 +1,10 @@
|
|||||||
import QtQuick 2.15
|
import QtQuick 2.15
|
||||||
|
import QtQuick.Window 2.15
|
||||||
import "./../JS/Chart.js" as Chart
|
import "./../JS/Chart.js" as Chart
|
||||||
|
|
||||||
Canvas {
|
Canvas {
|
||||||
id: control
|
id: control
|
||||||
|
property var window: Window.window
|
||||||
property var jsChart: undefined
|
property var jsChart: undefined
|
||||||
property string chartType
|
property string chartType
|
||||||
property var chartData
|
property var chartData
|
||||||
|
@ -3,7 +3,7 @@ import "./../JS/Chart.js" as Chart
|
|||||||
|
|
||||||
Canvas {
|
Canvas {
|
||||||
id: control
|
id: control
|
||||||
|
property var window: Window.window
|
||||||
property var jsChart: undefined
|
property var jsChart: undefined
|
||||||
property string chartType
|
property string chartType
|
||||||
property var chartData
|
property var chartData
|
||||||
|
Loading…
Reference in New Issue
Block a user