You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, there is no way to find out with which settings the currently playing results have been simulated. Furthermore users often hit Simulate without confirming their changes and wonder about the outcome.
Points that could imporve this behavior:
Provide two property trees, one for the settings of the simulation that is to be run and one for the currently running playback.
Create a dialog window that has to be closed (confirmed) to change the settings
use PyQtgraphsPropertyTree to implement better type and range checking of the provided settings
add method to re-import the current playbacks simulation settings
The text was updated successfully, but these errors were encountered:
At the moment, there is no way to find out with which settings the currently playing results have been simulated. Furthermore users often hit
Simulate
without confirming their changes and wonder about the outcome.Points that could imporve this behavior:
PyQtgraphs
PropertyTree
to implement better type and range checking of the provided settingsThe text was updated successfully, but these errors were encountered: