Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. qt clipboard convert other program clipboard.

qt clipboard convert other program clipboard.

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 157 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pada_
    wrote on last edited by
    #1

    I'm on QClipboard's MimeData,

    There are 10 QTextEdits and 10 RTF texts
    I want to put it in MimeData.

    I want to use the data I put in powerpoint.exe.

    mimeData ("text01", text01-> text);
    mimeData ("text02", text02-> text);

    ...

    mimeData ("text10", text10-> text);

    Can I use the mimedata put in qt in other programs?

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Yes you can, you have to use a mime type that is supported by the other applications as well.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved