#pragma once #include "ZxAxisHelper.h" // 整形类 class I_PLOTBASE_EXPORT ZxAxisHelperInt : public ZxAxisHelper { Q_OBJECT public: explicit ZxAxisHelperInt(ZxSubAxisBase* p); ~ZxAxisHelperInt(); protected: // 绘制函数 virtual void drawTickAndTags(QPainter* painter, QRectF& rt); public slots: protected: };