Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
is it possible to get the image file path of QPixmap?
or is there a QPixmap::getPath() function in QPixmap class?
Hi As far as I know it does not store path. So you must keep track of it yourself.
@reina Could you provide us with a usecase? In my experience, a QPixmap only interacts with file storage at initialization and is then a blob of data with an API for internal use.