資源簡介
Qt模仿360界面實現(含所有源代碼),使用了QSS
代碼片段和文件信息
#include?
#include?“mainwindow.h“
#include?
int?main(int?argc?char?*argv[])
{
????QApplication?a(argc?argv);
????QTextCodec::setCodecForTr(QTextCodec::codecForName(“utf8“));//中文標簽編碼
????MainWindow?w;
????w.show();
????
????return?a.exec();
}
評論
共有 條評論