mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2025-12-18 12:44:35 +03:00
Updated the Readme file with new version information.
Fixed the cheers icon in the example project ;)
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( fa::star ), "Cheers!" );
|
||||
QPushButton* beerButton = new QPushButton( awesome->icon( fa::beer ), "Cheers!" );
|
||||
w.setCentralWidget( beerButton );
|
||||
w.show();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user