On 10/24/2010 10:51 PM, ext Raymond de Vries wrote: > > Hi, > > I would like to start an application from QML. I did not find any > documentation about this so can someone please give me some advice? > Starting the application from a button click would be enough.
You can easily do this in C++: http://doc.trolltech.com/4.7/qprocess.html I don't think it's currently possible with pure QML/JS. Regards Kai Koehne > thanks a lot > Raymond > > _______________________________________________ > Qt-qml mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-qml -- Kai Koehne Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
