#include <QtGui/qframe.h> #ifndef QFRAME_H class QFrame: public QWidget{ /* Some contents are skipped to improve readability */ public: enum Shadow{ /* ... */ Raised = 32, /* ... */ }; /* ... */ }; #endif // QFRAME_H