diff --git a/main/astrodatagui/AstrodataGUI.py b/main/astrodatagui/AstrodataGUI.py index 3b1bf5d..9c3b337 100644 --- a/main/astrodatagui/AstrodataGUI.py +++ b/main/astrodatagui/AstrodataGUI.py @@ -53,6 +53,8 @@ class AstrodataGUI(QtWidgets.QMainWindow): self.cbPlotShowQuality.stateChanged.connect(self.plotOptionsShowQuality) + self.btCountAllFlares.clicked.connect(self.btCountAllFlaresClicked) + self.setupCustomSimbadQueries() self.show() self.loadDB() @@ -339,4 +341,7 @@ class AstrodataGUI(QtWidgets.QMainWindow): periodogramEnabled = self.cbPlotPeriodogramEnable.isChecked() method = self.comboPlotPeriodogramMethod.currentText() view = self.comboPlotPeriodogramView.currentText() - self.flaredetectorPreview.setPeriodogramState(periodogramEnabled, method, view) \ No newline at end of file + self.flaredetectorPreview.setPeriodogramState(periodogramEnabled, method, view) + + def btCountAllFlaresClicked(self): + pass \ No newline at end of file diff --git a/main/astrodatagui/astrodatagui.ui b/main/astrodatagui/astrodatagui.ui index 1e17fe9..b7bee60 100644 --- a/main/astrodatagui/astrodatagui.ui +++ b/main/astrodatagui/astrodatagui.ui @@ -120,6 +120,13 @@ + + + + Count All Flares + + +