QPixmap::scaled: Pixmap is a null pixmap
Solved
General and Desktop
-
I wrote a simple Qt-based server which receive commands from client and then does GUI actions as expected. I found the server keeps printing out: QPixmap::scaled: Pixmap is a null pixmap.
Why? -
@Stan-Huang Are you doing anything with images (QPixmap/QImage)?
-
@Stan-Huang Sorry, I found the path parameter for QPixMap() is null.