Sharing data between application with Qt 6. How?
-
Hello all!
Trying to find any info about sharing data with other applications on mobile platforms. Is there any solution for it Qt-in-box? Or need to be developed native component?
For example some text in QML application selected and need to be shared with other mobile application on device? How to do it with Qt 6 application?
-
Hello all!
Trying to find any info about sharing data with other applications on mobile platforms. Is there any solution for it Qt-in-box? Or need to be developed native component?
For example some text in QML application selected and need to be shared with other mobile application on device? How to do it with Qt 6 application?
@bogong said in Sharing data between application with Qt 6. How?:
For example some text in QML application selected and need to be shared with other mobile application on device?
That should work out of the box by copying the text and inserting it in another application.