On 9 Oct 2012, at 16:10, Harri Pasanen <[email protected]> wrote: > On 10/09/2012 03:42 PM, Kalinowski Maurice wrote: >>>> Well, the N9 skin is quite close to many Android devices. I faintly >>>> recall seeing some docs on creating your own skins as well. >> True, you can create your own models, specifying pixel size/dpi etc. of a >> certain device. >> >> That will help you in case you use no native components or such and all your >> visual items are generic. >> >>>> >>>> Are you saying that Simulator will no longer be supported in Qt >>>> Creator? Is it dropped already in 2.6? >> The Qt Simulator has never been part of Qt Creator, those are two different >> products with separate roadmaps. The Qt SDK bundled specific versions of the >> two together so that the developer gets a comprehensive package. >> > > Well, is the plumbing dropped then? Is it documented in case somebody > steps up to pick up the pieces?
I don't think there is any plumbing. The "Qt Simulator" was already before just a special Qt version that did all the magic (like simulator startup etc) all by itself. We did have a special "target" for Qt simulator, but since we don't have targets anymore anyhow, that plumbing (that didn't do anything except forcing the simulator Qt version afair) is gone for good. I *think* the Qt simulator would still just work when you define a Kit that uses the simulator Qt version. Br, Eike -- Eike Ziller, Senior Software Engineer - Digia, Qt Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin Geschäftsführer: Mika Pälsi, Juha Varelius, Anja Wasenius Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
