QGraphicsScene *scene = new QGraphicsScene;//最好用new的方法, ... 将部件添加到布局管理器中QGraphicsLinearLayout *layout = new QGraphicsLinearLayout; ...
確定! 回上一頁