#include <QtCore/qnamespace.h>
#ifndef QNAMESPACE_H
namespace Qt{
   enum BrushStyle{
      /* Some contents are skipped to improve readability */
      RadialGradientPattern = 16,
      /* ... */
   };
};
#endif // QNAMESPACE_H