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