Bases: PyQt4.QtGui.QDialog
A dialog for configuring and displaying statistics from curves of a plot
See Qwidget.closeEvent()
returns a list of row numbers corresponding to the selected rows of the table
slot called when the user has selected a min value from the plot
slot called when the user has selected a min value from the plot
slot called when the calculate button is pressed. Performs the calculation of stats in the current limits for the currently selected curves (or for all if none selected) and fills the table.
slot called when the max value is changed
slot called when the min value is changed
slot called when the user clicks on the selectMax button
slot called when the user clicks on the selectMin button
slot called when any of the stat checkboxes is toggled
resets the table re-reading the curves from the plot
leaves the parent plot in its original state
See Qwidget.showEvent()