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

QClipboard Doesn't Support QPixmap and QImage on Symbian

XMLWordPrintable

      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

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes