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