-
大小: 6.07KB文件類型: .rar金幣: 1下載: 0 次發布日期: 2021-02-23
- 標簽: graphicsscen??編程實例??graphicsviem??graphicsitem??
資源簡介
代碼片段和文件信息
#include?
#include?“myitem.h“
#include?“myview.h“
#include?
int?main(int?argc?char*?argv[?])
{
????QApplication?app(argc?argv);
????qsrand(QTime(0?0?0).secsTo(QTime::currentTime()));
????QGraphicsScene?scene;
????scene.setSceneRect(-200?-150?400?300);
????for?(int?i?=?0;?i?5;?++i)?{
????????MyItem?*item?=?new?MyItem;
????????item->setColor(QColor(qrand()?%?256?qrand()?%?256?qrand()?%?256));
????????item->setPos(i?*?50?-?90?-50);
????????scene.addItem(item);
????}
????MyView?view;
????view.setScene(&scene);
????view.setBackgroundBrush(QPixmap(“../myView/background.png“));
????view.show();
????return?app.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????681??2020-04-25?10:55??QGraphicsTest\main.cpp
?????文件????????233??2020-04-25?10:53??QGraphicsTest\mainwindow.cpp
?????文件????????313??2020-04-25?10:53??QGraphicsTest\mainwindow.h
?????文件????????654??2020-04-25?10:53??QGraphicsTest\mainwindow.ui
?????文件???????1942??2020-04-25?10:57??QGraphicsTest\myitem.cpp
?????文件????????649??2020-04-25?10:57??QGraphicsTest\myitem.h
?????文件????????545??2020-04-25?11:00??QGraphicsTest\myview.cpp
?????文件????????257??2020-04-25?11:00??QGraphicsTest\myview.h
?????文件???????1052??2020-04-25?10:58??QGraphicsTest\QGraphicsTest.pro
?????文件??????23861??2020-04-25?17:00??QGraphicsTest\QGraphicsTest.pro.user
?????目錄??????????0??2020-04-25?17:00??QGraphicsTest
-----------?---------??----------?-----??----
????????????????30187????????????????????11
- 上一篇:qt 快速讀取excel代碼
- 下一篇:Qt5+QtChart繪制餅圖
評論
共有 條評論