Added Qt crash course file (mostly empty)
This commit is contained in:
parent
b66e6e8ad6
commit
2a7a5e23eb
28
doc/source/qtcrashcourse.rst
Normal file
28
doc/source/qtcrashcourse.rst
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
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
|
||||||
|
-------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user