#include <QtGui/qboxlayout.h> #ifndef QBOXLAYOUT_H class QBoxLayout: public QLayout{ /* Some contents are skipped to improve readability */ public: void insertLayout(int index, class QLayout* layout, int stretch = 0); /* ... */ }; #endif // QBOXLAYOUT_H