#include <QtGui/qgraphicsscene.h>
#ifndef QGRAPHICSSCENE_H
#if !defined(QT_NO_GRAPHICSVIEW) || (QT_EDITION & QT_MODULE_GRAPHICSVIEW) != QT_MODULE_GRAPHICSVIEW
class QGraphicsScene: public QObject{
public: struct QGraphicsRectItem* addRect(class QRectF const & rect, class QPen const & pen = QPen::QPen(), class QBrush const & brush = QBrush::QBrush());
};
#endif // QT_NO_GRAPHICSVIEW
#endif