PDA

View Full Version : How to use grep in Qt



rajesh
7th December 2009, 11:39
Hi,
I am writing a function for Find in files. for that I want to use grep.exe to search in files.
any idea how to use that cmd line argument with exe in qt application?
and how to display result back in Qt application?

Ginsengelf
7th December 2009, 13:16
Hi, have a look at QProcess.

Ginsengelf