#include <QtGui/qsizepolicy.h> #ifndef QSIZEPOLICY_H class QSizePolicy{ /* Some contents are skipped to improve readability */ public: enum PolicyFlag{ /* ... */ GrowFlag = 1, /* ... */ }; /* ... */ }; #endif // QSIZEPOLICY_H