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.cbPlotShowQuality.stateChanged.connect(self.plotOptionsShowQuality)
|
||||||
|
|
||||||
|
self.btCountAllFlares.clicked.connect(self.btCountAllFlaresClicked)
|
||||||
|
|
||||||
self.setupCustomSimbadQueries()
|
self.setupCustomSimbadQueries()
|
||||||
self.show()
|
self.show()
|
||||||
self.loadDB()
|
self.loadDB()
|
||||||
@@ -339,4 +341,7 @@ class AstrodataGUI(QtWidgets.QMainWindow):
|
|||||||
periodogramEnabled = self.cbPlotPeriodogramEnable.isChecked()
|
periodogramEnabled = self.cbPlotPeriodogramEnable.isChecked()
|
||||||
method = self.comboPlotPeriodogramMethod.currentText()
|
method = self.comboPlotPeriodogramMethod.currentText()
|
||||||
view = self.comboPlotPeriodogramView.currentText()
|
view = self.comboPlotPeriodogramView.currentText()
|
||||||
self.flaredetectorPreview.setPeriodogramState(periodogramEnabled, method, view)
|
self.flaredetectorPreview.setPeriodogramState(periodogramEnabled, method, view)
|
||||||
|
|
||||||
|
def btCountAllFlaresClicked(self):
|
||||||
|
pass
|
||||||
@@ -120,6 +120,13 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="btCountAllFlares">
|
||||||
|
<property name="text">
|
||||||
|
<string>Count All Flares</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user