Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Basic components for creating plot scenes in QtQuick

License

NotificationsYou must be signed in to change notification settings

pwuertz/QtQuickPlotScene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtQuickPlotScene is a collection of QtQuick items for data visualization in Qt6.

NOTE: This project is a work-in-progress continuation ofQmlPlotting. Some functionality is still missing and requires porting from Qt5 to Qt6.

XY Plot2D DataContainers

Building / Including

QtQuickPlotScene is based on Qt 6.2 and uses CMake for building. For applications built with CMake you can fetch and add the library to your build process..

# Fetch and include QtQuickPlotSceneinclude(FetchContent)FetchContent_Declare(qtquickplotsceneGIT_TAGmaster# <- Ideally this should be a specific tag, not a branchGIT_REPOSITORYhttps://github.com/pwuertz/QtQuickPlotScene.gitSOURCE_SUBDIR"QtQuickPlotScene"    )FetchContent_MakeAvailable(qtquickplotscene)

.. and add the library to your application(s) dependencies

target_link_libraries(applicationPRIVATEQtQuickPlotScene::QtQuickPlotScene)

Documentation

A documentation of the API does not exist yet. Until then theexample application serves as a reference for using QtQuickPlotScene in other applications.

License

QtQuickPlotScene is available under theMIT license.

About

Basic components for creating plot scenes in QtQuick

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp