user336635
user336635

Reputation: 2281

Adding icon to QDialog

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

Answers (1)

v01d
v01d

Reputation: 1507

You can use QLabel and set the pixmap properties to display the image. It's not an icon though

Upvotes: 3

Related Questions