QuickGraphLib QML types

To use the module, import the QuickGraphLib module with the following statement:

 import QuickGraphLib as QuickGraphLib

Visit the QuickGraphLib module documentation (and in particular the Graph structure page) to learn how to use these components.

Submodules

QuickGraphLib includes several submodules that contain additional types:

  • GraphItems - a submodule containing components to be used inside a GraphArea
  • PreFabs - a submodule containing pre-fabricated groups of components for common graph types
  • PythonHelpers - a submodule containing Python helpers functions for constructing graphs

Object Types

AntialiasingContainer

Enables antialiasing for it's contents

Axis

Displays an Axis

ColorMaps

Utility functions for color maps

GraphArea

An area that graphs can be added to

Helpers

Helper functions for building graphs

ImageView

Display a colorized image from a 2D array

ScalingContainer

Scales its contents while preserving the aspect ratio

ShapeRepeater

A Repeater-like component that works with ShapePaths

TickLabel

A single tick label

ZoomPanHandler

Pinch/drag handling for graph or image zoom/pan interactions