(ceacda33de79ab607b3efda4588e180b4bf443c4)
#include <QtGui/qtguiglobal.h>
#include <QtCore/qsize.h>
#include <QtCore/qlist.h>
#include <QtGui/qpixmap.h>
Go to the source code of this file.
|
class | QIcon |
| The QIcon class provides scalable icons in different modes and states. More...
|
◆ operator<<() [1/2]
◆ operator<<() [2/2]
◆ operator>>()
◆ qt_findAtNxFile()
- Since
- 5.6 Attempts to find a suitable @Nx file for the given targetDevicePixelRatio Returns the baseFileName if no such file was found.
Given base foo.png and a target dpr of 2.5, this function will look for foo@3.nosp@m.x.pn.nosp@m.g, then foo@2x, then fall back to foo.png if not found.
sourceDevicePixelRatio will be set to the value of N if the argument is not \nullptr
Definition at line 2053 of file qicon.cpp.