pyqtgraph/pyqtgraph/exporters
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
..
tests add PyQt6 to CI 2021-01-23 08:31:00 +08:00
__init__.py Squashed commit of the following: 2014-08-07 09:03:26 -04:00
CSVExporter.py Bugfix/wrong translate implementation (#1520) 2021-01-28 08:42:18 -08:00
Exporter.py don't cast buttons, enums and flags to int 2021-01-23 08:29:44 +08:00
HDF5Exporter.py Bugfix/wrong translate implementation (#1520) 2021-01-28 08:42:18 -08:00
ImageExporter.py Bugfix/wrong translate implementation (#1520) 2021-01-28 08:42:18 -08:00
Matplotlib.py Bugfix/wrong translate implementation (#1520) 2021-01-28 08:42:18 -08:00
PrintExporter.py Bugfix/wrong translate implementation (#1520) 2021-01-28 08:42:18 -08:00
SVGExporter.py Bugfix/wrong translate implementation (#1520) 2021-01-28 08:42:18 -08:00