[Qt-interest] linux command on qt application

Andrea Franceschini therealmorpheu5 at gmail.com
Fri Mar 27 15:11:09 CET 2009


2009/3/27, Stefanos Antaris <santaris at csd.auth.gr>:

> Hello.Can i run a windows command on  qt app?I mean in the source code
> of the qt app.Thanks

Hi, I assume you mean launch an external program as you do from the
command line or the Run dialog. If so, you may want to check
http://doc.trolltech.com/4.5/qpainter.html.

Otherwise, if you meant to use Windows API (like MFC), I think you can
do it as usual, provided you link agains the proper libraries.

-- 
Andrea



More information about the Qt-interest-old mailing list