astrodatagui: add count all flares dummy button
This commit is contained in:
@@ -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()
|
||||
@@ -340,3 +342,6 @@ class AstrodataGUI(QtWidgets.QMainWindow):
|
||||
method = self.comboPlotPeriodogramMethod.currentText()
|
||||
view = self.comboPlotPeriodogramView.currentText()
|
||||
self.flaredetectorPreview.setPeriodogramState(periodogramEnabled, method, view)
|
||||
|
||||
def btCountAllFlaresClicked(self):
|
||||
pass
|
||||
@@ -120,6 +120,13 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="btCountAllFlares">
|
||||
<property name="text">
|
||||
<string>Count All Flares</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user