#include <QtGui/qwidget.h>
#ifndef QWIDGET_H
class QWidgetData{
   /* Some contents are skipped to improve readability */
   public: unsigned int context_menu_policy:3;
   /* ... */
};
#endif // QWIDGET_H