I am deploying to more hardware these days, and not all (iPads and webcams) have flash. How can I detect if the flash is even present? I have a logic path way that wants to collect non-flash and if present a flash image:
collectNonFlash() if (camera.hasFlash) // - I wish this property existed. collectFlash() However I don't see anything in QML that allows me to see if the flash is there or not. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest