1 2 3 4 5 6 7 8
#include <QGraphicsLayout> class Foo : public QGraphicsLayout { Q_INTERFACES(QGraphicsLayout) }; #include "qtinterface.moc"