#include <QtGui/qgridlayout.h> #ifndef QGRIDLAYOUT_H class QGridLayout: public QLayout{ /* Some contents are skipped to improve readability */ public: void addLayout(class QLayout*, int row, int column, Qt::Alignment = 0); /* ... */ }; #endif // QGRIDLAYOUT_H