D14237: Make Konqi look good in HiDPI

Stefan BrĂ¼ns noreply at phabricator.kde.org
Thu Aug 16 01:23:20 BST 2018


bruns added a comment.


  Minimal working application:
  
    #include <QIcon>
    #include <QGuiApplication>
    
    int main(int argc, char* argv[])
    {
      QGuiApplication app(argc, argv);
    
      QIcon icon(QStringLiteral("./konqui.svg"));
      QPixmap pixmap = icon.pixmap(64, 64);
    
      pixmap.save("./konqui.png");
    }

REPOSITORY
  R263 KXmlGui

REVISION DETAIL
  https://phabricator.kde.org/D14237

To: ngraham, broulik, cfeck, #frameworks, #vdg
Cc: aacid, bruns, kde-frameworks-devel, michaelh, ngraham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180816/39c56d2c/attachment.html>


More information about the Kde-frameworks-devel mailing list