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. QClipboard paste string to browser input area.. (send ctrl+v event)
Forum Update on Monday, May 27th 2025

QClipboard paste string to browser input area.. (send ctrl+v event)

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 630 Views
  • 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.
  • W Offline
    W Offline
    webadana
    wrote on 23 Sept 2013, 14:04 last edited by
    #1

    Hi
    İ can copy a string with clipboard (like ctrl+c) but i can't paste where mouse focused..

    When i copied data,i want to paste string to input area where i have already focused with clicked on browser..
    Just ctrl+v ...

    Thank You

    @
    QClipboard *clipboard = QApplication::clipboard();
    QString originalText = clipboard->text();
    clipboard->setText(subString);
    qDebug () << "Memory: " << originalText;
    @

    1 Reply Last reply
    0

    1/1

    23 Sept 2013, 14:04

    • Login

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