Hi I’m afraid Qt has no support for the various platform sharing APIs. In this case, you’d need to use the native ObjC code. I’m afraid I’m not sure how you’d do that with pyqt, but from c++ land it’s pretty easy. See an example here: https://github.com/mkrus/iOSQtDemo
You’ll need to pass down the screen rect where the share button is (so the native floating dialog can be positioned correctly). Once in ObjC space, you’ll need to get hold of the navigation controller and main view to present to the sharing dialog. Good luck, Mike > On 11 Mar 2017, at 03:11, Patrick Stinson <patrickk...@gmail.com> wrote: > > Safari and other apps have a share button that uses > UIDocumentInteractionController to open a system dialog to open the current > file in another app. What is the correct way to access this from Qt? I am > writing a diagramming app that would export flattened PDFs and JPGs. > > FWIW, I'm actually using PyQt-5.8. > > Thanks! > -P > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Mike Krus | mike.k...@kdab.com | Senior Software Engineer KDAB (UK) Ltd., a KDAB Group company Tel: UK Office +44 1625 809908 Mobile +44 7833 491941 KDAB - The Qt Experts _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest