第一阶段完成,等测试
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user