This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
#ifndef SARIBBONELEMENTMANAGER_H
#define SARIBBONELEMENTMANAGER_H
#include"SARibbonElementFactory.h"
#include"SARibbonGlobal.h"
/**
@brief 此类是一个全局单例,用于管理SARibbonElementFactory
如果你有自己的某个部件要重写,首先你需要有自己的ElementFactory
@code
class MyRibbonElementFactory : public SARibbonElementFactory{