初步重构

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
@@ -7,12 +7,12 @@ class TopButton;
class ShowTime;
class Wifi;
class QPushButton;
class TopMenuBar : public QWidget, public YSG::SingletonWidget<TopMenuBar> {
class TopMenuBar : public QWidget, public YSG::Singleton_Widget<TopMenuBar> {
public:
explicit TopMenuBar(QWidget *parent = nullptr);
QPushButton *mAM, *mATU, *mVSQL, *mNB, *mNR, *mDNF, *mPRE, *mATT, *mSPL, *mFIL1, *mAGC_A;
Wifi* mWifi;
YSG::RollObject<QPushButton> *mTextButtonList;
YSG::Roll_Object<QPushButton> *mTextButtonList;
int index = 0;
ShowTime *mShowTime;
protected: