Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 635 Bytes

README.rst

File metadata and controls

23 lines (13 loc) · 635 Bytes

QtRec - Qt + save, load, undo, redo

Acts like PyQt.QtGui but records certain events for widgets called over it. Thereby the current state can be saved, undo and redo are possible without extra programming.

Executing save() creates a python scipt which restores the saved state.

See the Examples for more information.

Installation

QtRec is listed in the Python Package Index. You can install it typing:

pip install qtrec