gui_collection_exporter

Module Contents

class gui_collection_exporter

Bases: PyQt5.QtWidgets.QMainWindow

Simple gui that allows to export data

signal_has_exported
signal_has_reset
exportCollection(self)

Export the collection

reset(self)
add_data_to_collection(self, data)

Add data to the collection to export

Parameters:data – Whichever type you like
set_info(self, info)
set_collection(self, theCollection)