pyqtgraph/pyqtgraph/GraphicsScene
Sérgio Peixoto 3f02b30140
Bugfix/wrong translate implementation (#1520)
* Removes all translate call on the parameter name and moves them into the title instead allowing to decouple visualization from code logic

* Removes all translate calls from the Exporter class property Name and moves the translation logic when setting the QListWidgetItems for the formatList

* Adds missing call to translation function for the export action on GraphicsScene
2021-01-28 08:42:18 -08:00
..
GraphicsScene.py Bugfix/wrong translate implementation (#1520) 2021-01-28 08:42:18 -08:00
__init__.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
exportDialog.py Bugfix/wrong translate implementation (#1520) 2021-01-28 08:42:18 -08:00
exportDialogTemplate.ui console, graphicsscene, and 2nd-level graphicsitems 2013-12-23 07:51:33 -05:00
exportDialogTemplate_pyqt5.py Generated qt5 template files 2014-03-29 06:57:13 -04:00
exportDialogTemplate_pyqt6.py generate _pyqt6.py files 2021-01-23 08:29:39 +08:00
exportDialogTemplate_pyside2.py flip pyside2 template line endings 2018-05-17 09:02:41 -07:00
exportDialogTemplate_pyside6.py generate template files for pyside6 2021-01-15 08:25:07 +08:00
mouseEvents.py don't cast buttons, enums and flags to int 2021-01-23 08:29:44 +08:00