初步重构

This commit is contained in:
2026-07-23 18:11:07 +08:00
parent 4530cd3fbe
commit a13a0e15f2
13 changed files with 57 additions and 57 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ public:
QWidget* createWaterFallPlot();
YSG::Spectrum *mSpectrogramLine{};
YSG::Spectrum* mAudioSpectrogramPlot{};
YSG::AudioFrequent *mTimePower{};
YSG::WaterFall *mWaterFall{};
YSG::Audio_Frequent *mTimePower{};
YSG::Waterfall *mWaterFall{};
protected:
void focusInEvent(QFocusEvent *event) override;
void keyPressEvent(QKeyEvent *event) override;