Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-11037

QClipboard Doesn't Support QPixmap and QImage on Symbian

    XMLWordPrintable

Details

    Description

      Can not get QPixmap or QImage from clipboard by QClipboard.

      Example Code:

      QClipboard *clipboard = QApplication::clipboard();
      clipboard->clear();

      QPixmap pmap(60, 70);
      QPixmap cbp;
      QVERIFY(clipboard->pixmap(QClipboard::Clipboard).isNull());

      clipboard->setPixmap(pmap, QClipboard::Clipboard);

      cbp = clipboard->pixmap(QClipboard::Clipboard);
      QVERIFY( !cbp.isNull()); // failed

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            satu.m.makela satu makela
            workingpad yang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes