From 00f37d80e8e764ce23ce620dc6c574eb8de075b2 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Mon, 13 May 2024 15:08:09 +0200 Subject: [PATCH] astrodatagui: add count all flares dummy button --- main/astrodatagui/AstrodataGUI.py | 7 ++++++- main/astrodatagui/astrodatagui.ui | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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 + + +