You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWATI/Include/iGui/iGuiRibbon/iRibbonXml/iRibbonXmlUtils.h

16 lines
309 B
C++

#pragma once
#include "iXmlUtilBase.h"
#include "iRibbonXmlTab.h"
#include "iGuiRibbon_global.h"
// parser
class I_GUI_RIBBON_EXPORT iRibbonXmlUtils : public iXmlUtilBase
{
public:
// 加载xml
static bool loadStruct(vecRibbonTabPtr& vecChildNodes,
QString sFile);
};