Reputation: 2281
How can I add an icon to QDialog, but not the icon on a frame, I need to place an icon inside this dialog.
Upvotes: 7
Views: 4714
Reputation: 1507
You can use QLabel and set the pixmap properties to display the image. It's not an icon though
Upvotes: 3