資源簡介
qt寫的一個動感界面
有6個不同顏色的圓 旋轉環繞

代碼片段和文件信息
#include?“widget.h“
#include?
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????Widget?w;
????w.setWindowOpacity(1);
????w.setWindowFlags(Qt::framelessWindowHint);
????w.setAttribute(Qt::WA_TranslucentBackground);
????w.setFixedSize(300300);
????w.show();
????//w.startit();
????return?a.exec();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????360??2014-11-21?16:39??main.cpp
?????文件?????????293??2014-11-21?11:13??t.qrc
?????文件?????????395??2014-11-21?11:05??test1.pro
?????文件????????4002??2014-12-31?09:59??ui_widget.h
?????文件????????1388??2014-11-21?17:03??widget.cpp
?????文件?????????482??2014-11-21?16:53??widget.h
?????文件????????4453??2014-11-21?16:05??widget.ui
?????文件??????326047??2014-11-21?11:04??winter_alley___oil_painting_by_leonid_afremov_by_leonidafremov-d86ymln?-?副本.png
?????文件??????470664??2014-11-21?11:14??winter_alley___oil_painting_by_leonid_afremov_by_leonidafremov-d86ymln.jpg
評論
共有 條評論