Skip to content
Snippets Groups Projects
Commit 2a7a5e23 authored by Luke Campagnola's avatar Luke Campagnola
Browse files

Added Qt crash course file (mostly empty)

parent b66e6e8a
No related branches found
No related tags found
No related merge requests found
Qt Crash Course
===============
Pyqtgraph makes extensive use of Qt for generating nearly all of its visual output and interfaces. Qt's documentation is very well written and we encourage all pyqtgraph developers to familiarize themselves with it. The purpose of this section is to provide an introduction to programming with Qt (using either PyQt or PySide) for the pyqtgraph developer.
QWidgets and Layouts
--------------------
Signals, Slots, and Events
--------------------------
GraphicsView and GraphicsItems
------------------------------
Coordinate Systems
------------------
Mouse and Keyboard Input
------------------------
QTimer, the Event Loop, and Multi-Threading
-------------------------------------------
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment