求教各位朋友qt下如何打开一个txt文本文件?就是点击一个pushbutton这个文本文件就弹出来了,急!谢谢!!
发布网友
发布时间:2022-04-24 02:14
我来回答
共1个回答
热心网友
时间:2023-10-21 08:36
在槽函数里处理
QProcess* process = new QProcess();
QString notepadPath = "notepad.exe d:\\1.txt";
process->start(notepadPath);追问非常感谢!求教qt下面能够调用windowsAPI下的timesetevent么?因为这个需要回调函数,不知道qt里能否支持?
热心网友
时间:2023-10-21 08:36
在槽函数里处理
QProcess* process = new QProcess();
QString notepadPath = "notepad.exe d:\\1.txt";
process->start(notepadPath);追问非常感谢!求教qt下面能够调用windowsAPI下的timesetevent么?因为这个需要回调函数,不知道qt里能否支持?
热心网友
时间:2023-10-21 08:36
在槽函数里处理
QProcess* process = new QProcess();
QString notepadPath = "notepad.exe d:\\1.txt";
process->start(notepadPath);追问非常感谢!求教qt下面能够调用windowsAPI下的timesetevent么?因为这个需要回调函数,不知道qt里能否支持?
热心网友
时间:2023-10-21 08:36
在槽函数里处理
QProcess* process = new QProcess();
QString notepadPath = "notepad.exe d:\\1.txt";
process->start(notepadPath);追问非常感谢!求教qt下面能够调用windowsAPI下的timesetevent么?因为这个需要回调函数,不知道qt里能否支持?