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. Get image from Clipboard very slow in Linux platform.

Get image from Clipboard very slow in Linux platform.

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 180 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.
  • S Offline
    S Offline
    senmx
    wrote on last edited by
    #1

    Get image from Clipboard very slow in Linux platform. The picture less than 100K, but it takes about 10 seconds. But it's fast under mac.

    Compiler Environment:
    Linux archlinux 5.5.10-arch1-1
    Qt version 5.14.1
    cmake version 3.17.0

    QClipboard *board = QGuiApplication::clipboard();
    QImage img = board->image();
    
    1 Reply Last reply
    0

    • Login

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