当前位置: 技术问答>linux和unix
用QT写入SHELL指令
来源: 互联网 发布时间:2016-05-26
本文导语: 不好意思,今天搜了一个早上也没有搜到QT里写SHELL指指令的方法,我记得在CSDN里见过, 现在我的有一个按扭,如果按下的话就执行 mount -o nolock 192.168.1.119:/root/arm-qtopia/hello/ /mnt 这条语句进行挂载我的虚拟机, 想问一下...
不好意思,今天搜了一个早上也没有搜到QT里写SHELL指指令的方法,我记得在CSDN里见过,
现在我的有一个按扭,如果按下的话就执行
mount -o nolock 192.168.1.119:/root/arm-qtopia/hello/ /mnt
这条语句进行挂载我的虚拟机,
想问一下,怎么样才可以挂载,
我写过
system("mount -o nolock 192.168.1.119:/root/arm-qtopia/hello/ /mnt")
和
playpro->writeToStdin("mount -o nolock 192.168.1.119:/root/arm-qtopia/hello/ /mntn")
都不能执行,
希望大家能指导一下!
现在我的有一个按扭,如果按下的话就执行
mount -o nolock 192.168.1.119:/root/arm-qtopia/hello/ /mnt
这条语句进行挂载我的虚拟机,
想问一下,怎么样才可以挂载,
我写过
system("mount -o nolock 192.168.1.119:/root/arm-qtopia/hello/ /mnt")
和
playpro->writeToStdin("mount -o nolock 192.168.1.119:/root/arm-qtopia/hello/ /mntn")
都不能执行,
希望大家能指导一下!
|
现在我的有一个按扭,如果按下的话就执行
mount -o nolock 192.168.1.119:/root/arm-qtopia/hello/ /mnt
这条语句进行挂载我的虚拟机,
想问一下,怎么样才可以挂载,
我写过
system("mount -o nolock 192.168.1.119:/root/arm-qtopia/hello/ /mnt")
没道理不可以啊,我以前也写过一个按钮按下就执行slot里的system,是可以的啊。
你哪里报什么错误?
mount -o nolock 192.168.1.119:/root/arm-qtopia/hello/ /mnt
这条语句进行挂载我的虚拟机,
想问一下,怎么样才可以挂载,
我写过
system("mount -o nolock 192.168.1.119:/root/arm-qtopia/hello/ /mnt")
没道理不可以啊,我以前也写过一个按钮按下就执行slot里的system,是可以的啊。
你哪里报什么错误?