On Nov 25, 2010, at 1:25 PM, ext Sebastian Pawlus wrote: > Hi, > > Hi I have question about supporting python with PySide or PyQt by Qt-Creator. > Are there any plans to put this kind of things to Qt-Creator any soon? This > questions has background in mobile device development especially, but > probably not only mobile platform developers will be satisfied by that > feature. > > Are made decisions in that matter, any branch or plugin code?
There is some highlighting for python (I think via the generic highlighting based on kate highlighting files), and some python debugging in Qt Creator. More is not on our list of things we'll do in the nearer future. > And second question related to previous, are somewhere tutorials to creating > qt-creator plugins? :) Run "qmake && make" in <qtcreatorsources>/doc/api to generate some sparse API doc, and you can have a look at the stuff in <qtcreatorsources>/doc/pluginhowto which is work-in-very-slow-progress. -- Eike Ziller 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-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
