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).
How I can show image which i am drop to the qlabel?
You can subclass QLabel and implement dropping on it. From that you would get the image's url which you can use to create a QPixmap and set it on the label.
Hi,
Use setPixmap from QLabel.
What have you already implemented ?