#ifndef COMPONENT_H #define COMPONENT_H #include <QGraphicsRectItem> class Arrow; class Component : public QGraphicsRectItem { public: ...
確定! 回上一頁