pyqtgraph Logo
0.13.1
  • Introduction
  • Mouse Interaction
  • How to use pyqtgraph
  • Installation
  • Qt Crash Course
  • Plotting in pyqtgraph
  • Displaying images and video
  • 3D Graphics
  • Line, Fill, and Color
  • Interactive Data Selection Controls
  • Exporting
  • Rapid GUI prototyping
  • Parameter Trees
  • Visual Programming with Flowcharts
  • Internals - Extensions to Qt’s GraphicsView
  • API Reference
    • Global Configuration Options
    • PyQtGraph’s Helper Functions
    • PyQtGraph’s Graphics Items
    • PyQtGraph’s Widgets
      • PlotWidget
      • ImageView
      • SpinBox
      • GradientWidget
      • HistogramLUTWidget
      • ConsoleWidget
      • ColorMapWidget
      • ScatterPlotWidget
      • GraphicsView
      • DataTreeWidget
      • TableWidget
      • TreeWidget
      • CheckTable
      • ColorButton
      • GraphicsLayoutWidget
      • ProgressDialog
      • FileDialog
      • JoystickButton
      • MultiPlotWidget
      • VerticalLabel
      • RemoteGraphicsView
      • MatplotlibWidget
      • FeedbackButton
      • ComboBox
      • LayoutWidget
      • PathButton
      • ValueLabel
      • BusyCursor
      • RawImageWidget
    • PyQtGraph’s 3D Graphics System
    • Color Maps
    • ParameterTree API Reference
    • Dock Area Module
    • GraphicsScene and Mouse Events
    • Visual Programming with Flowcharts
    • Point
    • Transform3D
    • UML class diagram
pyqtgraph
  • API Reference
  • PyQtGraph’s Widgets
  • View page source

PyQtGraph’s Widgets

PyQtGraph provides several QWidget subclasses which are useful for building user interfaces. These widgets can generally be used in any Qt application and provide functionality that is frequently useful in science and engineering applications.

Contents:

  • PlotWidget
    • PlotWidget
  • ImageView
    • ImageView
  • SpinBox
    • SpinBox
  • GradientWidget
    • GradientWidget
  • HistogramLUTWidget
    • HistogramLUTWidget
  • ConsoleWidget
    • ConsoleWidget
  • ColorMapWidget
    • ColorMapWidget
    • ColorMapWidget.ColorMapParameter.setFields()
    • ColorMapWidget.ColorMapParameter.map()
    • ColorMapParameter
  • ScatterPlotWidget
    • ScatterPlotWidget
  • GraphicsView
    • GraphicsView
  • DataTreeWidget
    • DataTreeWidget
  • TableWidget
    • TableWidget
  • TreeWidget
    • TreeWidget
  • CheckTable
    • CheckTable
  • ColorButton
    • ColorButton
  • GraphicsLayoutWidget
    • GraphicsLayoutWidget
  • ProgressDialog
    • ProgressDialog
  • FileDialog
    • FileDialog
  • JoystickButton
    • JoystickButton
  • MultiPlotWidget
    • MultiPlotWidget
  • VerticalLabel
    • VerticalLabel
  • RemoteGraphicsView
    • RemoteGraphicsView
  • MatplotlibWidget
    • MatplotlibWidget
  • FeedbackButton
    • FeedbackButton
  • ComboBox
    • ComboBox
  • LayoutWidget
    • LayoutWidget
  • PathButton
    • PathButton
  • ValueLabel
    • ValueLabel
  • BusyCursor
    • BusyCursor
  • RawImageWidget
    • RawImageWidget
    • RawImageWidget.__init__()
    • RawImageWidget.setImage()
Previous Next

© Copyright 2023 - 2023, Luke Campagnola.

Built with Sphinx using a theme provided by Read the Docs.