larray-project / larray-editor

Graphical User Interface for LArray
GNU General Public License v3.0
2 stars 2 forks source link

fix problems with the api functions in the "existing QApplication" case #200

Closed gdementen closed 1 year ago

gdementen commented 4 years ago

I think having a class method in AbstractEditor which would: create an instance and call setup_and_check then return the dialog instance if ok, and None otherwise would make things cleaner/shorter