Updated QtAwesome to Font Awesome v3.2.0

This commit is contained in:
Rick Blommers
2013-06-13 21:17:17 +02:00
parent fe2b3e2002
commit 70e136c071
5 changed files with 155 additions and 11 deletions

View File

@@ -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_sun ), "Cheers!" );
w.setCentralWidget( beerButton );
w.show();