mirror of https://github.com/qt/qtgraphs.git
Add "Example" surface gallery import statements
Fixes SurfaceOscilloscope import error related to commit96578b3b00Fixes: QTBUG-138470 Pick-to: 6.8 Change-Id: I9201afdd85e57ef4fdaef0d721d124a9a79edc68 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> (cherry picked from commit9e9d419277) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commitc5e2d791ea)
This commit is contained in:
parent
12491a0039
commit
ebbcc7a86e
|
|
@ -5,7 +5,7 @@ import QtQuick
|
||||||
import QtQuick.Controls.Basic
|
import QtQuick.Controls.Basic
|
||||||
import QtGraphs
|
import QtGraphs
|
||||||
//! [0]
|
//! [0]
|
||||||
import SurfaceGallery
|
import SurfaceGalleryExample
|
||||||
//! [0]
|
//! [0]
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
CONFIG += qmltypes
|
CONFIG += qmltypes
|
||||||
QML_IMPORT_NAME = SurfaceGallery
|
QML_IMPORT_NAME = SurfaceGalleryExample
|
||||||
QML_IMPORT_MAJOR_VERSION = 1
|
QML_IMPORT_MAJOR_VERSION = 1
|
||||||
|
|
||||||
QT += graphs
|
QT += graphs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue