CINPLA / neuronify

An educational neural network app using the integrate-and-fire method.
http://ovilab.net/neuronify
GNU General Public License v3.0
54 stars 12 forks source link

Use qt.labs.platform FileDialog to fix save issue #198

Closed dragly closed 4 years ago

dragly commented 4 years ago

Previously, the save dialog had an "Open" button instead of a "Save" button because the wrong FileDialog was pulled in. This made it impossible to save simulations. This change makes it possible to save simulations again.