Changeset 1021 for trunk/src


Ignore:
Timestamp:
Aug 22, 2011, 6:33:24 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

Include higher res pixmaps in icons returned by QCommonStyle::standardIcon().

The pixmaps are already there, it must be an accident that they were not used. This
in partcular fixes the My Computer icon used by Qt Creator on platforms that don't
provide a native icon for that purpose (e.g. OS/2).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/styles/qcommonstyle.cpp

    r846 r1021  
    59795979        icon.addFile(QLatin1String(":/trolltech/styles/commonstyle/images/media-volume-muted-16.png"), QSize(16, 16));
    59805980        break;
     5981
     5982
     5983
     5984
     5985
     5986
     5987
     5988
     5989
     5990
     5991
     5992
     5993
     5994
     5995
     5996
     5997
     5998
     5999
     6000
     6001
     6002
     6003
    59816004#endif // QT_NO_IMAGEFORMAT_PNG
    59826005    default:
Note: See TracChangeset for help on using the changeset viewer.