mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
9 lines
139 B
QML
9 lines
139 B
QML
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
import QtQuick 2.0
|
||
|
import QtCharts 2.0
|
||
|
|
||
|
ChartView {
|
||
|
antialiasing: true
|
||
|
localizeNumbers: true
|
||
|
}
|