CMQT/inc/hgl/qt/Style.h

13 lines
260 B
C++

#pragma once
#include<QStringList>
namespace hgl
{
namespace qt
{
const QString GetApplicationStyle();
const QStringList GetStyleList();
bool SetApplicationStyle(const QString &style_name);
}//namespace qt
}//namespace hgl