第一阶段完成,等测试

This commit is contained in:
Mike Solar
2023-08-02 07:18:10 +08:00
parent 6a695e8a03
commit 6fa68053bb
4 changed files with 5 additions and 2 deletions

View File

@ -92,6 +92,7 @@ void MainScreen::clickButton1(QString text, QString url) {
void MainScreen::startWeChat() {
QString path = QApplication::applicationDirPath();
QString exe = path + "/app/wxdk.exe";
path.replace("/", "\\");
ShellExecute(GetDesktopWindow(), L"open", exe.toStdWString().c_str(), L"79c86fb12b36dfa33d1a537c9af100b4c7928a9c", path.toStdWString().c_str(), SW_SHOW);
}
//void MainScreen::resizeEvent(QResizeEvent *event) {