資源簡介
QPropertyAnimation動畫
代碼片段和文件信息
#include?“mainwindow.h“
#include?
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????MainWindow?w;
????QPropertyAnimation?*animation?=?new?QPropertyAnimation(&w“windowOpacity“);
????animation->setDuration(1000);
????animation->setStartValue(0);
????animation->setEndValue(1);
????animation->start();
????w.show();
????return?a.exec();
}
- 上一篇:殺毒軟件真實查殺結果統計工具
- 下一篇:H.323協議詳解
評論
共有 條評論