mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2025-12-17 12:14:36 +03:00
Updated to Font Awesome to 3.1.1 (this add a bunch of extra icons)
Changed the link to the new cheat sheet url
This commit is contained in:
@@ -18,7 +18,7 @@ int main(int argc, char *argv[])
|
||||
awesome->initFontAwesome();
|
||||
|
||||
// a simple beer button
|
||||
QPushButton* beerButton = new QPushButton( awesome->icon( icon_beer), "Cheers!" );
|
||||
QPushButton* beerButton = new QPushButton( awesome->icon( icon_beer ), "Cheers!" );
|
||||
w.setCentralWidget( beerButton );
|
||||
w.show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user