Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // use icon
  2. QIcon(":images/common/gear.png")
  3.  
  4. // icons.qrc
  5. <RCC>
  6. <qresource prefix="/">
  7. <file>images/common/gear.png</file>
  8. </qresource>
  9. </RCC>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement