Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. explicit QIcon(const QString &fileName); // file or resource name
  2. void setWindowIcon(const QIcon &icon);
  3.  
  4. setWindowIcon({ "icon.png" });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement