mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 13:35:44 +08:00
Update README.md
This commit is contained in:
parent
464669949a
commit
30c5e6a804
@ -30,7 +30,9 @@ You probably want to create a single QtAwesome object for your whole application
|
||||
QtAwesome* awesome = new QtAwesome( qApp )
|
||||
awesome->initFontAwesome(); // This line is important as it loads the font and initializes the named icon map
|
||||
|
||||
Add an accessor to this object. (a global function, membor of your application object whatever you like).
|
||||
Add an accessor to this object. (a global function, member of your application object whatever you like).
|
||||
|
||||
Use an icon name from the icon copy-past list [http://fortawesome.github.io/Font-Awesome/design.html](http://fortawesome.github.io/Font-Awesome/design.html)
|
||||
|
||||
|
||||
Example
|
||||
|
Loading…
Reference in New Issue
Block a user