#ifndef TopMenuBar_H #define TopMenuBar_H #include "../Global.h" #include "YSGraphic_Core/base/export.h" class TopButton; class ShowTime; class Wifi; class QPushButton; class TopMenuBar : public QWidget, public YSG::SingletonWidget { public: explicit TopMenuBar(QWidget *parent = nullptr); QPushButton *mAM, *mATU, *mVSQL, *mNB, *mNR, *mDNF, *mPRE, *mATT, *mSPL, *mFIL1, *mAGC_A; Wifi* mWifi; YSG::RollObject *mTextButtonList; int index = 0; ShowTime *mShowTime; protected: // void paintEvent(QPaintEvent *event) override; }; #endif