``collectionExporterGUI`` ========================================================== .. py:module:: optimeed.visualize.onclick.collectionExporterGUI Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: optimeed.visualize.onclick.collectionExporterGUI.CollectionExporterGUI .. py:class:: CollectionExporterGUI Bases: :py:obj:`PyQt5.QtWidgets.QMainWindow` Simple gui that allows to export data .. py:attribute:: signal_has_exported .. py:attribute:: signal_has_reset .. py:method:: exportCollection() Export the collection .. py:method:: reset() .. py:method:: add_data_to_collection(data) Add data to the collection to export :param data: Whichever type you like .. py:method:: set_collection(theCollection)