32 explicit QtAwesome( QObject *parent =
nullptr );
35 void init(
const QString &fontname );
44 QIcon
icon(
int character,
const QVariantMap &options = QVariantMap() );
45 QIcon
icon(
const QString &name,
const QVariantMap &options = QVariantMap() );
50 QFont
font(
int size );
73 virtual void paint(
QtAwesome *awesome, QPainter *painter,
const QRect &rect, QIcon::Mode mode, QIcon::State state,
74 const QVariantMap &options ) = 0;
83 QVariant
optionValueForModeAndState(
const QString &baseKey, QIcon::Mode mode, QIcon::State state,
const QVariantMap &options );
86 virtual void paint(
QtAwesome *awesome, QPainter *painter,
const QRect &rect, QIcon::Mode mode, QIcon::State state,
87 const QVariantMap &options )
override;
101 void paint( QPainter *painter,
const QRect &rect, QIcon::Mode mode, QIcon::State state )
override;
103 QPixmap
pixmap(
const QSize &size, QIcon::Mode mode, QIcon::State state )
override;
105#if ( QT_VERSION >= QT_VERSION_CHECK( 5, 6, 0 ) )
106 QList< QSize >
availableSizes( QIcon::Mode mode, QIcon::State state )
const override {
109 QList< QSize > sizes = { QSize( 16, 16 ), QSize( 32, 32 ), QSize( 64, 64 ),
110 QSize( 128, 128 ), QSize( 256, 256 ), QSize( 512, 512 ) };
Definition QtAwesomeAnim.h:16
The font-awesome icon painter.
Definition QtAwesome.h:79
QStringList optionKeysForModeAndState(const QString &key, QIcon::Mode mode, QIcon::State state)
Definition QtAwesome.cpp:19
virtual void paint(QtAwesome *awesome, QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state, const QVariantMap &options) override
Definition QtAwesome.cpp:65
QVariant optionValueForModeAndState(const QString &baseKey, QIcon::Mode mode, QIcon::State state, const QVariantMap &options)
Definition QtAwesome.cpp:55
QList< QSize > availableSizes(QIcon::Mode mode, QIcon::State state) const override
Definition QtAwesome.h:106
~QtAwesomeIconPainterIconEngine() override
Definition QtAwesome.cpp:105
QPixmap pixmap(const QSize &size, QIcon::Mode mode, QIcon::State state) override
Definition QtAwesome.cpp:117
QtAwesomeIconPainterIconEngine * clone() const override
Definition QtAwesome.cpp:107
QtAwesomeIconPainter * iconPainterRef_
a reference to the icon painter
Definition QtAwesome.h:117
QtAwesome * awesomeRef_
a reference to the QtAwesome instance
Definition QtAwesome.h:116
void paint(QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state) override
Definition QtAwesome.cpp:111
QtAwesomeIconPainterIconEngine(QtAwesome *awesome, QtAwesomeIconPainter *painter, const QVariantMap &options)
The painter icon engine.
Definition QtAwesome.cpp:101
QVariantMap options_
the options for this icon painter
Definition QtAwesome.h:118
Definition QtAwesome.h:70
virtual ~QtAwesomeIconPainter()
Definition QtAwesome.cpp:17
virtual void paint(QtAwesome *awesome, QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state, const QVariantMap &options)=0
Definition QtAwesome.h:28
void init(const QString &fontname)
initializes the QtAwesome icon factory with the given fontname
Definition QtAwesome.cpp:149
void addNamedCodepoint(const QString &name, int codePoint)
Definition QtAwesome.cpp:982
QVariant defaultOption(const QString &name)
Returns the default option for the given name.
Definition QtAwesome.cpp:988
QString fontName_
The font name used for this map.
Definition QtAwesome.h:56
virtual ~QtAwesome() override
Definition QtAwesome.cpp:142
void give(const QString &name, QtAwesomeIconPainter *painter)
Definition QtAwesome.cpp:1065
QtAwesomeIconPainter * fontIconPainter_
A special painter fo painting codepoints.
Definition QtAwesome.h:61
QHash< QString, int > namedCodePoints()
Definition QtAwesome.h:39
QIcon icon(int character, const QVariantMap &options=QVariantMap())
Definition QtAwesome.cpp:1007
QHash< QString, int > namedCodepoints_
A map with names mapped to code-points.
Definition QtAwesome.h:57
bool initFontAwesome()
Definition QtAwesome.cpp:946
QString fontName()
Returns the font-name that is used as icon-map.
Definition QtAwesome.h:53
QFont font(int size)
Definition QtAwesome.cpp:1075
QHash< QString, QtAwesomeIconPainter * > painterMap_
A map of custom painters.
Definition QtAwesome.h:59
QVariantMap defaultOptions_
The default icon options.
Definition QtAwesome.h:60
void setDefaultOption(const QString &name, const QVariant &value)
Sets a default option. These options are passed on to the icon painters.
Definition QtAwesome.cpp:985
QtAwesome(QObject *parent=nullptr)
The default icon colors.
Definition QtAwesome.cpp:130
Definition QtAwesome.h:129
icon
Definition QtAwesome.h:130
@ gitsquare
Definition QtAwesome.h:443
@ ils
Definition QtAwesome.h:505
@ battery2
Definition QtAwesome.h:195
@ linode
Definition QtAwesome.h:545
@ codefork
Definition QtAwesome.h:298
@ contao
Definition QtAwesome.h:314
@ microchip
Definition QtAwesome.h:581
@ gitlab
Definition QtAwesome.h:447
@ gamepad
Definition QtAwesome.h:431
@ strikethrough
Definition QtAwesome.h:769
@ keyboardo
Definition QtAwesome.h:524
@ pictureo
Definition QtAwesome.h:629
@ deafness
Definition QtAwesome.h:331
@ filearchiveo
Definition QtAwesome.h:386
@ driverslicenseo
Definition QtAwesome.h:343
@ ycombinator
Definition QtAwesome.h:906
@ infocircle
Definition QtAwesome.h:512
@ behance
Definition QtAwesome.h:205
@ binoculars
Definition QtAwesome.h:212
@ magic
Definition QtAwesome.h:558
@ ruble
Definition QtAwesome.h:686
@ caretsquareoup
Definition QtAwesome.h:254
@ wrench
Definition QtAwesome.h:903
@ envira
Definition QtAwesome.h:358
@ won
Definition QtAwesome.h:898
@ weibo
Definition QtAwesome.h:885
@ cogs
Definition QtAwesome.h:303
@ starhalffull
Definition QtAwesome.h:755
@ css3
Definition QtAwesome.h:322
@ timescircleo
Definition QtAwesome.h:815
@ toggleoff
Definition QtAwesome.h:821
@ eject
Definition QtAwesome.h:349
@ handoleft
Definition QtAwesome.h:468
@ ccvisa
Definition QtAwesome.h:266
@ opera
Definition QtAwesome.h:607
@ googleplus
Definition QtAwesome.h:454
@ hardofhearing
Definition QtAwesome.h:479
@ firstorder
Definition QtAwesome.h:409
@ ship
Definition QtAwesome.h:708
@ crop
Definition QtAwesome.h:320
@ subscript
Definition QtAwesome.h:772
@ odnoklassniki
Definition QtAwesome.h:603
@ neuter
Definition QtAwesome.h:599
@ starhalf
Definition QtAwesome.h:753
@ lastfm
Definition QtAwesome.h:528
@ arrows
Definition QtAwesome.h:171
@ stickynoteo
Definition QtAwesome.h:764
@ thumbsdown
Definition QtAwesome.h:808
@ streetview
Definition QtAwesome.h:768
@ blind
Definition QtAwesome.h:218
@ stop
Definition QtAwesome.h:765
@ music
Definition QtAwesome.h:597
@ transgenderalt
Definition QtAwesome.h:828
@ hourglasshalf
Definition QtAwesome.h:496
@ filepowerpointo
Definition QtAwesome.h:396
@ qq
Definition QtAwesome.h:651
@ link
Definition QtAwesome.h:542
@ lastfmsquare
Definition QtAwesome.h:529
@ handstopo
Definition QtAwesome.h:477
@ yc
Definition QtAwesome.h:909
@ podcast
Definition QtAwesome.h:646
@ exclamation
Definition QtAwesome.h:364
@ batterythreequarters
Definition QtAwesome.h:202
@ copyright
Definition QtAwesome.h:316
@ dotcircleo
Definition QtAwesome.h:339
@ folderopeno
Definition QtAwesome.h:420
@ hourglassend
Definition QtAwesome.h:495
@ pagelines
Definition QtAwesome.h:610
@ arrowcircleup
Definition QtAwesome.h:166
@ lifebouy
Definition QtAwesome.h:536
@ piedpiperalt
Definition QtAwesome.h:632
@ vcardo
Definition QtAwesome.h:867
@ exclamationtriangle
Definition QtAwesome.h:366
@ ticket
Definition QtAwesome.h:812
@ sortalphaasc
Definition QtAwesome.h:733
@ glass
Definition QtAwesome.h:449
@ stopcircle
Definition QtAwesome.h:766
@ coffee
Definition QtAwesome.h:301
@ arrowcircleright
Definition QtAwesome.h:165
@ cab
Definition QtAwesome.h:237
@ aligncenter
Definition QtAwesome.h:138
@ birthdaycake
Definition QtAwesome.h:213
@ ge
Definition QtAwesome.h:434
@ angledoubleright
Definition QtAwesome.h:150
@ stopcircleo
Definition QtAwesome.h:767
@ adjust
Definition QtAwesome.h:136
@ minussquareo
Definition QtAwesome.h:587
@ bars
Definition QtAwesome.h:189
@ odnoklassnikisquare
Definition QtAwesome.h:604
@ dedent
Definition QtAwesome.h:332
@ android
Definition QtAwesome.h:146
@ twittersquare
Definition QtAwesome.h:844
@ bookmarko
Definition QtAwesome.h:226
@ trash
Definition QtAwesome.h:829
@ levelup
Definition QtAwesome.h:535
@ fa_try
Definition QtAwesome.h:836
@ facebookofficial
Definition QtAwesome.h:377
@ caretsquareodown
Definition QtAwesome.h:251
@ idcardo
Definition QtAwesome.h:504
@ caretdown
Definition QtAwesome.h:248
@ futbolo
Definition QtAwesome.h:430
@ bolt
Definition QtAwesome.h:222
@ male
Definition QtAwesome.h:563
@ check
Definition QtAwesome.h:270
@ freecodecamp
Definition QtAwesome.h:428
@ aslinterpreting
Definition QtAwesome.h:175
@ navicon
Definition QtAwesome.h:598
@ playcircle
Definition QtAwesome.h:639
@ list
Definition QtAwesome.h:547
@ bluetoothb
Definition QtAwesome.h:220
@ chevronup
Definition QtAwesome.h:282
@ compass
Definition QtAwesome.h:311
@ bold
Definition QtAwesome.h:221
@ ccdiscover
Definition QtAwesome.h:261
@ automobile
Definition QtAwesome.h:180
@ checkcircle
Definition QtAwesome.h:271
@ trello
Definition QtAwesome.h:832
@ star
Definition QtAwesome.h:752
@ pausecircle
Definition QtAwesome.h:618
@ ra
Definition QtAwesome.h:659
@ signout
Definition QtAwesome.h:716
@ fileimageo
Definition QtAwesome.h:390
@ filetexto
Definition QtAwesome.h:399
@ university
Definition QtAwesome.h:849
@ bullhorn
Definition QtAwesome.h:233
@ battery0
Definition QtAwesome.h:193
@ ycsquare
Definition QtAwesome.h:910
@ fa_linux
Definition QtAwesome.h:546
@ undo
Definition QtAwesome.h:847
@ expeditedssl
Definition QtAwesome.h:368
@ cartplus
Definition QtAwesome.h:257
@ calendarpluso
Definition QtAwesome.h:243
@ indent
Definition QtAwesome.h:509
@ intersex
Definition QtAwesome.h:517
@ dashcube
Definition QtAwesome.h:328
@ hotel
Definition QtAwesome.h:490
@ ioxhost
Definition QtAwesome.h:518
@ fax
Definition QtAwesome.h:381
@ beer
Definition QtAwesome.h:204
@ minuscircle
Definition QtAwesome.h:585
@ internetexplorer
Definition QtAwesome.h:516
@ hospitalo
Definition QtAwesome.h:489
@ expand
Definition QtAwesome.h:367
@ arrowsv
Definition QtAwesome.h:174
@ linkedinsquare
Definition QtAwesome.h:544
@ tag
Definition QtAwesome.h:782
@ close
Definition QtAwesome.h:292
@ building
Definition QtAwesome.h:231
@ git
Definition QtAwesome.h:442
@ yen
Definition QtAwesome.h:912
@ arrowsalt
Definition QtAwesome.h:172
@ blacktie
Definition QtAwesome.h:217
@ road
Definition QtAwesome.h:678
@ vine
Definition QtAwesome.h:877
@ stumbleupon
Definition QtAwesome.h:770
@ pinterest
Definition QtAwesome.h:634
@ arrowcircledown
Definition QtAwesome.h:159
@ meetup
Definition QtAwesome.h:578
@ getpocket
Definition QtAwesome.h:438
@ repeat
Definition QtAwesome.h:672
@ sortdown
Definition QtAwesome.h:739
@ universalaccess
Definition QtAwesome.h:848
@ ccpaypal
Definition QtAwesome.h:264
@ caretsquareoleft
Definition QtAwesome.h:252
@ foursquare
Definition QtAwesome.h:427
@ skype
Definition QtAwesome.h:722
@ spoon
Definition QtAwesome.h:746
@ ggcircle
Definition QtAwesome.h:440
@ bandcamp
Definition QtAwesome.h:184
@ battery4
Definition QtAwesome.h:197
@ tags
Definition QtAwesome.h:783
@ handlizardo
Definition QtAwesome.h:466
@ clocko
Definition QtAwesome.h:290
@ wpforms
Definition QtAwesome.h:902
@ krw
Definition QtAwesome.h:525
@ filetext
Definition QtAwesome.h:398
@ leveldown
Definition QtAwesome.h:534
@ piedpiperpp
Definition QtAwesome.h:633
@ windowrestore
Definition QtAwesome.h:896
@ meanpath
Definition QtAwesome.h:575
@ cc
Definition QtAwesome.h:258
@ superscript
Definition QtAwesome.h:777
@ wpbeginner
Definition QtAwesome.h:900
@ plussquareo
Definition QtAwesome.h:645
@ resistance
Definition QtAwesome.h:675
@ facebookf
Definition QtAwesome.h:376
@ windowmaximize
Definition QtAwesome.h:894
@ minussquare
Definition QtAwesome.h:586
@ fastforward
Definition QtAwesome.h:380
@ phonesquare
Definition QtAwesome.h:627
@ snapchat
Definition QtAwesome.h:727
@ googlewallet
Definition QtAwesome.h:458
@ userplus
Definition QtAwesome.h:862
@ spinner
Definition QtAwesome.h:745
@ chainbroken
Definition QtAwesome.h:269
@ legal
Definition QtAwesome.h:532
@ lemono
Definition QtAwesome.h:533
@ handgrabo
Definition QtAwesome.h:465
@ commenting
Definition QtAwesome.h:307
@ addresscard
Definition QtAwesome.h:134
@ sortup
Definition QtAwesome.h:742
@ arrowsh
Definition QtAwesome.h:173
@ file
Definition QtAwesome.h:385
@ turkishlira
Definition QtAwesome.h:840
@ whatsapp
Definition QtAwesome.h:887
@ inr
Definition QtAwesome.h:513
@ heartbeat
Definition QtAwesome.h:486
@ codiepie
Definition QtAwesome.h:300
@ thermometer1
Definition QtAwesome.h:798
@ arrowright
Definition QtAwesome.h:169
@ thumbsodown
Definition QtAwesome.h:809
@ signing
Definition QtAwesome.h:718
@ film
Definition QtAwesome.h:404
@ replyall
Definition QtAwesome.h:674
@ soccerballo
Definition QtAwesome.h:731
@ alignjustify
Definition QtAwesome.h:139
@ piechart
Definition QtAwesome.h:630
@ fileexcelo
Definition QtAwesome.h:389
@ handodown
Definition QtAwesome.h:467
@ tumblrsquare
Definition QtAwesome.h:839
@ handpeaceo
Definition QtAwesome.h:472
@ ban
Definition QtAwesome.h:183
@ square
Definition QtAwesome.h:748
@ diamond
Definition QtAwesome.h:336
@ textwidth
Definition QtAwesome.h:791
@ chevroncircleright
Definition QtAwesome.h:277
@ batteryfull
Definition QtAwesome.h:199
@ houzz
Definition QtAwesome.h:499
@ sortnumericdesc
Definition QtAwesome.h:741
@ venusdouble
Definition QtAwesome.h:869
@ hourglass1
Definition QtAwesome.h:492
@ lowvision
Definition QtAwesome.h:557
@ trademark
Definition QtAwesome.h:825
@ bicycle
Definition QtAwesome.h:211
@ creditcardalt
Definition QtAwesome.h:319
@ stepforward
Definition QtAwesome.h:761
@ thermometerhalf
Definition QtAwesome.h:804
@ videocamera
Definition QtAwesome.h:874
@ barcode
Definition QtAwesome.h:188
@ microphoneslash
Definition QtAwesome.h:583
@ glideg
Definition QtAwesome.h:451
@ audiodescription
Definition QtAwesome.h:179
@ cartarrowdown
Definition QtAwesome.h:256
@ tasks
Definition QtAwesome.h:784
@ plug
Definition QtAwesome.h:641
@ weixin
Definition QtAwesome.h:886
@ shoppingcart
Definition QtAwesome.h:712
@ glide
Definition QtAwesome.h:450
@ searchminus
Definition QtAwesome.h:694
@ table
Definition QtAwesome.h:779
@ sitemap
Definition QtAwesome.h:720
@ pinterestsquare
Definition QtAwesome.h:636
@ stepbackward
Definition QtAwesome.h:760
@ fileso
Definition QtAwesome.h:403
@ gbp
Definition QtAwesome.h:433
@ googlepluscircle
Definition QtAwesome.h:455
@ sliders
Definition QtAwesome.h:724
@ vk
Definition QtAwesome.h:878
@ batteryquarter
Definition QtAwesome.h:201
@ tint
Definition QtAwesome.h:818
@ githubsquare
Definition QtAwesome.h:446
@ barchart
Definition QtAwesome.h:186
@ windowminimize
Definition QtAwesome.h:895
@ chevrondown
Definition QtAwesome.h:279
@ hashtag
Definition QtAwesome.h:480
@ vcard
Definition QtAwesome.h:866
@ commento
Definition QtAwesome.h:306
@ producthunt
Definition QtAwesome.h:649
@ thermometerthreequarters
Definition QtAwesome.h:806
@ thlist
Definition QtAwesome.h:794
@ inbox
Definition QtAwesome.h:508
@ mobile
Definition QtAwesome.h:589
@ dribbble
Definition QtAwesome.h:341
@ print
Definition QtAwesome.h:648
@ gears
Definition QtAwesome.h:436
@ marsstrokeh
Definition QtAwesome.h:572
@ spaceshuttle
Definition QtAwesome.h:744
@ tachometer
Definition QtAwesome.h:781
@ rebel
Definition QtAwesome.h:662
@ leanpub
Definition QtAwesome.h:531
@ starhalfo
Definition QtAwesome.h:756
@ volumeoff
Definition QtAwesome.h:881
@ questioncircle
Definition QtAwesome.h:654
@ cutlery
Definition QtAwesome.h:326
@ train
Definition QtAwesome.h:826
@ linkedin
Definition QtAwesome.h:543
@ icursor
Definition QtAwesome.h:501
@ fortawesome
Definition QtAwesome.h:424
@ forumbee
Definition QtAwesome.h:425
@ sellsy
Definition QtAwesome.h:696
@ eyedropper
Definition QtAwesome.h:373
@ plussquare
Definition QtAwesome.h:644
@ genderless
Definition QtAwesome.h:437
@ cog
Definition QtAwesome.h:302
@ signin
Definition QtAwesome.h:714
@ wordpress
Definition QtAwesome.h:899
@ sort
Definition QtAwesome.h:732
@ percent
Definition QtAwesome.h:625
@ child
Definition QtAwesome.h:283
@ venus
Definition QtAwesome.h:868
@ font
Definition QtAwesome.h:421
@ cubes
Definition QtAwesome.h:324
@ thumbsoup
Definition QtAwesome.h:810
@ clipboard
Definition QtAwesome.h:289
@ group
Definition QtAwesome.h:462
@ timesrectangle
Definition QtAwesome.h:816
@ usercircle
Definition QtAwesome.h:858
@ maxcdn
Definition QtAwesome.h:574
@ imdb
Definition QtAwesome.h:507
@ xingsquare
Definition QtAwesome.h:905
@ thermometer4
Definition QtAwesome.h:801
@ microphone
Definition QtAwesome.h:582
@ shower
Definition QtAwesome.h:713
@ paste
Definition QtAwesome.h:616
@ heart
Definition QtAwesome.h:484
@ rupee
Definition QtAwesome.h:687
@ handpapero
Definition QtAwesome.h:471
@ stackoverflow
Definition QtAwesome.h:751
@ filecodeo
Definition QtAwesome.h:388
@ balancescale
Definition QtAwesome.h:182
@ safari
Definition QtAwesome.h:689
@ suitcase
Definition QtAwesome.h:774
@ venusmars
Definition QtAwesome.h:870
@ delicious
Definition QtAwesome.h:333
@ subway
Definition QtAwesome.h:773
@ bello
Definition QtAwesome.h:208
@ handrocko
Definition QtAwesome.h:474
@ stethoscope
Definition QtAwesome.h:762
@ windowclose
Definition QtAwesome.h:892
@ eyeslash
Definition QtAwesome.h:372
@ bluetooth
Definition QtAwesome.h:219
@ longarrowdown
Definition QtAwesome.h:553
@ toggleright
Definition QtAwesome.h:823
@ caretup
Definition QtAwesome.h:255
@ tty
Definition QtAwesome.h:837
@ commentso
Definition QtAwesome.h:310
@ underline
Definition QtAwesome.h:846
@ gittip
Definition QtAwesome.h:448
@ thumbsup
Definition QtAwesome.h:811
@ industry
Definition QtAwesome.h:510
@ fighterjet
Definition QtAwesome.h:384
@ longarrowleft
Definition QtAwesome.h:554
@ fileo
Definition QtAwesome.h:392
@ question
Definition QtAwesome.h:653
@ timesrectangleo
Definition QtAwesome.h:817
@ graduationcap
Definition QtAwesome.h:459
@ buysellads
Definition QtAwesome.h:236
@ bell
Definition QtAwesome.h:207
@ etsy
Definition QtAwesome.h:360
@ home
Definition QtAwesome.h:488
@ foldero
Definition QtAwesome.h:418
@ caretsquareoright
Definition QtAwesome.h:253
@ crosshairs
Definition QtAwesome.h:321
@ circleo
Definition QtAwesome.h:286
@ angledoubleup
Definition QtAwesome.h:151
@ hourglass3
Definition QtAwesome.h:494
@ headphones
Definition QtAwesome.h:483
@ rotateleft
Definition QtAwesome.h:680
@ filepdfo
Definition QtAwesome.h:393
@ amazon
Definition QtAwesome.h:142
@ github
Definition QtAwesome.h:444
@ flash
Definition QtAwesome.h:413
@ magnet
Definition QtAwesome.h:559
@ tv
Definition QtAwesome.h:841
@ usb
Definition QtAwesome.h:855
@ quoteright
Definition QtAwesome.h:658
@ sharealt
Definition QtAwesome.h:701
@ usero
Definition QtAwesome.h:861
@ angellist
Definition QtAwesome.h:147
@ truck
Definition QtAwesome.h:835
@ laptop
Definition QtAwesome.h:527
@ eye
Definition QtAwesome.h:371
@ asterisk
Definition QtAwesome.h:177
@ simplybuilt
Definition QtAwesome.h:719
@ archive
Definition QtAwesome.h:157
@ handoright
Definition QtAwesome.h:469
@ paypal
Definition QtAwesome.h:621
@ digg
Definition QtAwesome.h:337
@ plane
Definition QtAwesome.h:637
@ bathtub
Definition QtAwesome.h:191
@ compress
Definition QtAwesome.h:312
@ ccmastercard
Definition QtAwesome.h:263
@ opencart
Definition QtAwesome.h:605
@ bomb
Definition QtAwesome.h:223
@ hourglasso
Definition QtAwesome.h:497
@ edit
Definition QtAwesome.h:347
@ filewordo
Definition QtAwesome.h:401
@ arrowcircleleft
Definition QtAwesome.h:160
@ floppyo
Definition QtAwesome.h:416
@ filter
Definition QtAwesome.h:405
@ thumbtack
Definition QtAwesome.h:807
@ exclamationcircle
Definition QtAwesome.h:365
@ wechat
Definition QtAwesome.h:884
@ handoup
Definition QtAwesome.h:470
@ checkcircleo
Definition QtAwesome.h:272
@ joomla
Definition QtAwesome.h:520
@ superpowers
Definition QtAwesome.h:776
@ gift
Definition QtAwesome.h:441
@ marsstrokev
Definition QtAwesome.h:573
@ poweroff
Definition QtAwesome.h:647
@ yahoo
Definition QtAwesome.h:908
@ filepictureo
Definition QtAwesome.h:395
@ copy
Definition QtAwesome.h:315
@ marsstroke
Definition QtAwesome.h:571
@ handscissorso
Definition QtAwesome.h:475
@ longarrowup
Definition QtAwesome.h:556
@ sortnumericasc
Definition QtAwesome.h:740
@ bitbucketsquare
Definition QtAwesome.h:215
@ calendar
Definition QtAwesome.h:239
@ hsquare
Definition QtAwesome.h:463
@ linechart
Definition QtAwesome.h:541
@ twitch
Definition QtAwesome.h:842
@ objectungroup
Definition QtAwesome.h:602
@ instagram
Definition QtAwesome.h:514
@ italic
Definition QtAwesome.h:519
@ mobilephone
Definition QtAwesome.h:590
@ telegram
Definition QtAwesome.h:786
@ flask
Definition QtAwesome.h:414
@ leaf
Definition QtAwesome.h:530
@ language
Definition QtAwesome.h:526
@ sortamountasc
Definition QtAwesome.h:735
@ lifering
Definition QtAwesome.h:538
@ envelopeo
Definition QtAwesome.h:354
@ transgender
Definition QtAwesome.h:827
@ backward
Definition QtAwesome.h:181
@ mapsigns
Definition QtAwesome.h:568
@ deviantart
Definition QtAwesome.h:335
@ idbadge
Definition QtAwesome.h:502
@ mailreply
Definition QtAwesome.h:561
@ bath
Definition QtAwesome.h:190
@ television
Definition QtAwesome.h:787
@ youtube
Definition QtAwesome.h:914
@ grav
Definition QtAwesome.h:461
@ googleplussquare
Definition QtAwesome.h:457
@ warning
Definition QtAwesome.h:883
@ alignright
Definition QtAwesome.h:141
@ book
Definition QtAwesome.h:224
@ refresh
Definition QtAwesome.h:667
@ connectdevelop
Definition QtAwesome.h:313
@ support
Definition QtAwesome.h:778
@ creditcard
Definition QtAwesome.h:318
@ jsfiddle
Definition QtAwesome.h:522
@ dollar
Definition QtAwesome.h:338
@ trasho
Definition QtAwesome.h:830
@ server
Definition QtAwesome.h:699
@ wpexplorer
Definition QtAwesome.h:901
@ battery3
Definition QtAwesome.h:196
@ medkit
Definition QtAwesome.h:577
@ ccjcb
Definition QtAwesome.h:262
@ steamsquare
Definition QtAwesome.h:759
@ globe
Definition QtAwesome.h:452
@ mapmarker
Definition QtAwesome.h:565
@ sortdesc
Definition QtAwesome.h:738
@ battery1
Definition QtAwesome.h:194
@ externallinksquare
Definition QtAwesome.h:370
@ lifesaver
Definition QtAwesome.h:539
@ creativecommons
Definition QtAwesome.h:317
@ info
Definition QtAwesome.h:511
@ bellslasho
Definition QtAwesome.h:210
@ flago
Definition QtAwesome.h:412
@ usd
Definition QtAwesome.h:856
@ envelopeopen
Definition QtAwesome.h:355
@ smileo
Definition QtAwesome.h:726
@ thermometerempty
Definition QtAwesome.h:802
@ pencil
Definition QtAwesome.h:622
@ circlethin
Definition QtAwesome.h:288
@ twitter
Definition QtAwesome.h:843
@ americansignlanguageinterpreting
Definition QtAwesome.h:144
@ arrowcircleoup
Definition QtAwesome.h:164
@ eur
Definition QtAwesome.h:361
@ desktop
Definition QtAwesome.h:334
@ fa_500px
Definition QtAwesome.h:131
@ firefox
Definition QtAwesome.h:408
@ gear
Definition QtAwesome.h:435
@ toggleup
Definition QtAwesome.h:824
@ mercury
Definition QtAwesome.h:580
@ scribd
Definition QtAwesome.h:692
@ braille
Definition QtAwesome.h:227
@ taxi
Definition QtAwesome.h:785
@ rouble
Definition QtAwesome.h:682
@ money
Definition QtAwesome.h:592
@ viadeo
Definition QtAwesome.h:872
@ frowno
Definition QtAwesome.h:429
@ listalt
Definition QtAwesome.h:548
@ slideshare
Definition QtAwesome.h:725
@ lightbulbo
Definition QtAwesome.h:540
@ sortalphadesc
Definition QtAwesome.h:734
@ hourglassstart
Definition QtAwesome.h:498
@ rotateright
Definition QtAwesome.h:681
@ driverslicense
Definition QtAwesome.h:342
@ addressbooko
Definition QtAwesome.h:133
@ objectgroup
Definition QtAwesome.h:601
@ mailreplyall
Definition QtAwesome.h:562
@ pausecircleo
Definition QtAwesome.h:619
@ toggleleft
Definition QtAwesome.h:820
@ youtubesquare
Definition QtAwesome.h:916
@ scissors
Definition QtAwesome.h:691
@ arrowleft
Definition QtAwesome.h:168
@ calendaro
Definition QtAwesome.h:242
@ handspocko
Definition QtAwesome.h:476
@ rss
Definition QtAwesome.h:683
@ mortarboard
Definition QtAwesome.h:594
@ gg
Definition QtAwesome.h:439
@ at
Definition QtAwesome.h:178
@ times
Definition QtAwesome.h:813
@ filezipo
Definition QtAwesome.h:402
@ meho
Definition QtAwesome.h:579
@ facebooksquare
Definition QtAwesome.h:378
@ quora
Definition QtAwesome.h:656
@ snapchatsquare
Definition QtAwesome.h:729
@ spotify
Definition QtAwesome.h:747
@ envelopesquare
Definition QtAwesome.h:357
@ tumblr
Definition QtAwesome.h:838
@ anchor
Definition QtAwesome.h:145
@ upload
Definition QtAwesome.h:854
@ ccstripe
Definition QtAwesome.h:265
@ windows
Definition QtAwesome.h:897
@ arrowcircleodown
Definition QtAwesome.h:161
@ unlink
Definition QtAwesome.h:850
@ githubalt
Definition QtAwesome.h:445
@ fontawesome
Definition QtAwesome.h:422
@ lock
Definition QtAwesome.h:552
@ terminal
Definition QtAwesome.h:789
@ circleonotch
Definition QtAwesome.h:287
@ thermometer2
Definition QtAwesome.h:799
@ key
Definition QtAwesome.h:523
@ paperplane
Definition QtAwesome.h:612
@ cny
Definition QtAwesome.h:296
@ tripadvisor
Definition QtAwesome.h:833
@ fonticons
Definition QtAwesome.h:423
@ medium
Definition QtAwesome.h:576
@ qrcode
Definition QtAwesome.h:652
@ tablet
Definition QtAwesome.h:780
@ clone
Definition QtAwesome.h:291
@ arrowdown
Definition QtAwesome.h:167
@ facebook
Definition QtAwesome.h:375
@ puzzlepiece
Definition QtAwesome.h:650
@ xing
Definition QtAwesome.h:904
@ envelope
Definition QtAwesome.h:353
@ usersecret
Definition QtAwesome.h:863
@ registered
Definition QtAwesome.h:668
@ alignleft
Definition QtAwesome.h:140
@ reply
Definition QtAwesome.h:673
@ paperclip
Definition QtAwesome.h:614
@ share
Definition QtAwesome.h:700
@ html5
Definition QtAwesome.h:500
@ mapo
Definition QtAwesome.h:566
@ bed
Definition QtAwesome.h:203
@ wheelchair
Definition QtAwesome.h:888
@ pluscircle
Definition QtAwesome.h:643
@ angledown
Definition QtAwesome.h:152
@ steam
Definition QtAwesome.h:758
@ unlockalt
Definition QtAwesome.h:852
@ angledoubleleft
Definition QtAwesome.h:149
@ listul
Definition QtAwesome.h:550
@ cube
Definition QtAwesome.h:323
@ photo
Definition QtAwesome.h:628
@ paragraph
Definition QtAwesome.h:615
@ ccdinersclub
Definition QtAwesome.h:260
@ forward
Definition QtAwesome.h:426
@ chevroncircledown
Definition QtAwesome.h:275
@ columns
Definition QtAwesome.h:304
@ reorder
Definition QtAwesome.h:671
@ longarrowright
Definition QtAwesome.h:555
@ thermometer0
Definition QtAwesome.h:797
@ rocket
Definition QtAwesome.h:679
@ calendarminuso
Definition QtAwesome.h:241
@ volumecontrolphone
Definition QtAwesome.h:879
@ mousepointer
Definition QtAwesome.h:596
@ viacoin
Definition QtAwesome.h:871
@ comment
Definition QtAwesome.h:305
@ phone
Definition QtAwesome.h:626
@ hackernews
Definition QtAwesome.h:464
@ shield
Definition QtAwesome.h:707
@ clouddownload
Definition QtAwesome.h:294
@ moono
Definition QtAwesome.h:593
@ wifi
Definition QtAwesome.h:890
@ outdent
Definition QtAwesome.h:609
@ paintbrush
Definition QtAwesome.h:611
@ calendarchecko
Definition QtAwesome.h:240
@ header
Definition QtAwesome.h:482
@ usermd
Definition QtAwesome.h:860
@ download
Definition QtAwesome.h:340
@ shirtsinbulk
Definition QtAwesome.h:709
@ pencilsquareo
Definition QtAwesome.h:624
@ bellslash
Definition QtAwesome.h:209
@ bookmark
Definition QtAwesome.h:225
@ map
Definition QtAwesome.h:564
@ sharesquareo
Definition QtAwesome.h:704
@ motorcycle
Definition QtAwesome.h:595
@ viadeosquare
Definition QtAwesome.h:873
@ redditsquare
Definition QtAwesome.h:666
@ googleplusofficial
Definition QtAwesome.h:456
@ pinterestp
Definition QtAwesome.h:635
@ code
Definition QtAwesome.h:297
@ feed
Definition QtAwesome.h:382
@ bullseye
Definition QtAwesome.h:234
@ database
Definition QtAwesome.h:329
@ gavel
Definition QtAwesome.h:432
@ chevronright
Definition QtAwesome.h:281
@ marsdouble
Definition QtAwesome.h:570
@ slack
Definition QtAwesome.h:723
@ adn
Definition QtAwesome.h:137
@ thermometerquarter
Definition QtAwesome.h:805
@ idcard
Definition QtAwesome.h:503
@ filemovieo
Definition QtAwesome.h:391
@ jpy
Definition QtAwesome.h:521
@ play
Definition QtAwesome.h:638
@ comments
Definition QtAwesome.h:309
@ commentingo
Definition QtAwesome.h:308
@ edge
Definition QtAwesome.h:346
@ sharealtsquare
Definition QtAwesome.h:702
@ yoast
Definition QtAwesome.h:913
@ calculator
Definition QtAwesome.h:238
@ female
Definition QtAwesome.h:383
@ fire
Definition QtAwesome.h:406
@ barcharto
Definition QtAwesome.h:187
@ vimeo
Definition QtAwesome.h:875
@ flagcheckered
Definition QtAwesome.h:411
@ chain
Definition QtAwesome.h:268
@ areachart
Definition QtAwesome.h:158
@ stackexchange
Definition QtAwesome.h:750
@ btc
Definition QtAwesome.h:229
@ openid
Definition QtAwesome.h:606
@ plus
Definition QtAwesome.h:642
@ camera
Definition QtAwesome.h:245
@ mars
Definition QtAwesome.h:569
@ euro
Definition QtAwesome.h:362
@ assistivelisteningsystems
Definition QtAwesome.h:176
@ wikipediaw
Definition QtAwesome.h:891
@ gratipay
Definition QtAwesome.h:460
@ searchplus
Definition QtAwesome.h:695
@ sendo
Definition QtAwesome.h:698
@ squareo
Definition QtAwesome.h:749
@ ravelry
Definition QtAwesome.h:661
@ eraser
Definition QtAwesome.h:359
@ questioncircleo
Definition QtAwesome.h:655
@ eercast
Definition QtAwesome.h:348
@ rmb
Definition QtAwesome.h:677
@ angleright
Definition QtAwesome.h:154
@ arrowcircleoright
Definition QtAwesome.h:163
@ mailforward
Definition QtAwesome.h:560
@ sheqel
Definition QtAwesome.h:706
@ bitbucket
Definition QtAwesome.h:214
@ sortasc
Definition QtAwesome.h:737
@ signlanguage
Definition QtAwesome.h:715
@ s15
Definition QtAwesome.h:688
@ dropbox
Definition QtAwesome.h:344
@ pencilsquare
Definition QtAwesome.h:623
@ mixcloud
Definition QtAwesome.h:588
@ unlock
Definition QtAwesome.h:851
@ usercircleo
Definition QtAwesome.h:859
@ filephotoo
Definition QtAwesome.h:394
@ fastbackward
Definition QtAwesome.h:379
@ paperplaneo
Definition QtAwesome.h:613
@ batteryempty
Definition QtAwesome.h:198
@ certificate
Definition QtAwesome.h:267
@ circle
Definition QtAwesome.h:285
@ apple
Definition QtAwesome.h:156
@ lifebuoy
Definition QtAwesome.h:537
@ fileaudioo
Definition QtAwesome.h:387
@ youtubeplay
Definition QtAwesome.h:915
@ volumedown
Definition QtAwesome.h:880
@ angledoubledown
Definition QtAwesome.h:148
@ drupal
Definition QtAwesome.h:345
@ bus
Definition QtAwesome.h:235
@ staro
Definition QtAwesome.h:757
@ checksquareo
Definition QtAwesome.h:274
@ chevroncircleleft
Definition QtAwesome.h:276
@ cloudupload
Definition QtAwesome.h:295
@ deaf
Definition QtAwesome.h:330
@ recycle
Definition QtAwesome.h:663
@ externallink
Definition QtAwesome.h:369
@ addressbook
Definition QtAwesome.h:132
@ playcircleo
Definition QtAwesome.h:640
@ toggledown
Definition QtAwesome.h:819
@ google
Definition QtAwesome.h:453
@ tencentweibo
Definition QtAwesome.h:788
@ ellipsisv
Definition QtAwesome.h:351
@ snowflakeo
Definition QtAwesome.h:730
@ sharesquare
Definition QtAwesome.h:703
@ timescircle
Definition QtAwesome.h:814
@ cloud
Definition QtAwesome.h:293
@ suno
Definition QtAwesome.h:775
@ snapchatghost
Definition QtAwesome.h:728
@ caretleft
Definition QtAwesome.h:249
@ angleup
Definition QtAwesome.h:155
@ caretright
Definition QtAwesome.h:250
@ minus
Definition QtAwesome.h:584
@ skyatlas
Definition QtAwesome.h:721
@ starhalfempty
Definition QtAwesome.h:754
@ batteryhalf
Definition QtAwesome.h:200
@ themeisle
Definition QtAwesome.h:795
@ battery
Definition QtAwesome.h:192
@ listol
Definition QtAwesome.h:549
@ soundcloud
Definition QtAwesome.h:743
@ briefcase
Definition QtAwesome.h:228
@ image
Definition QtAwesome.h:506
@ exchange
Definition QtAwesome.h:363
@ ellipsish
Definition QtAwesome.h:350
@ chevronleft
Definition QtAwesome.h:280
@ ccamex
Definition QtAwesome.h:259
@ thlarge
Definition QtAwesome.h:793
@ car
Definition QtAwesome.h:247
@ reddit
Definition QtAwesome.h:664
@ flag
Definition QtAwesome.h:410
@ hourglass2
Definition QtAwesome.h:493
@ th
Definition QtAwesome.h:792
@ thermometer3
Definition QtAwesome.h:800
@ calendartimeso
Definition QtAwesome.h:244
@ yelp
Definition QtAwesome.h:911
@ paw
Definition QtAwesome.h:620
@ bitcoin
Definition QtAwesome.h:216
@ redditalien
Definition QtAwesome.h:665
@ behancesquare
Definition QtAwesome.h:206
@ chrome
Definition QtAwesome.h:284
@ ycombinatorsquare
Definition QtAwesome.h:907
@ cameraretro
Definition QtAwesome.h:246
@ mappin
Definition QtAwesome.h:567
@ locationarrow
Definition QtAwesome.h:551
@ hddo
Definition QtAwesome.h:481
@ remove
Definition QtAwesome.h:669
@ folder
Definition QtAwesome.h:417
@ addresscardo
Definition QtAwesome.h:135
@ fireextinguisher
Definition QtAwesome.h:407
@ flickr
Definition QtAwesome.h:415
@ renren
Definition QtAwesome.h:670
@ rsssquare
Definition QtAwesome.h:684
@ shoppingbag
Definition QtAwesome.h:710
@ signal
Definition QtAwesome.h:717
@ bank
Definition QtAwesome.h:185
@ arrowcircleoleft
Definition QtAwesome.h:162
@ users
Definition QtAwesome.h:865
@ tree
Definition QtAwesome.h:831
@ handshakeo
Definition QtAwesome.h:478
@ folderopen
Definition QtAwesome.h:419
@ ambulance
Definition QtAwesome.h:143
@ save
Definition QtAwesome.h:690
@ arrowup
Definition QtAwesome.h:170
@ quoteleft
Definition QtAwesome.h:657
@ institution
Definition QtAwesome.h:515
@ random
Definition QtAwesome.h:660
@ user
Definition QtAwesome.h:857
@ optinmonster
Definition QtAwesome.h:608
@ usertimes
Definition QtAwesome.h:864
@ pause
Definition QtAwesome.h:617
@ angleleft
Definition QtAwesome.h:153
@ codepen
Definition QtAwesome.h:299
@ thermometer
Definition QtAwesome.h:796
@ empire
Definition QtAwesome.h:352
@ textheight
Definition QtAwesome.h:790
@ stumbleuponcircle
Definition QtAwesome.h:771
@ stickynote
Definition QtAwesome.h:763
@ handpointero
Definition QtAwesome.h:473
@ volumeup
Definition QtAwesome.h:882
@ umbrella
Definition QtAwesome.h:845
@ filesoundo
Definition QtAwesome.h:397
@ toggleon
Definition QtAwesome.h:822
@ buildingo
Definition QtAwesome.h:232
@ dashboard
Definition QtAwesome.h:327
@ rub
Definition QtAwesome.h:685
@ filevideoo
Definition QtAwesome.h:400
@ shekel
Definition QtAwesome.h:705
@ search
Definition QtAwesome.h:693
@ cut
Definition QtAwesome.h:325
@ trophy
Definition QtAwesome.h:834
@ wheelchairalt
Definition QtAwesome.h:889
@ sortamountdesc
Definition QtAwesome.h:736
@ newspapero
Definition QtAwesome.h:600
@ envelopeopeno
Definition QtAwesome.h:356
@ checksquare
Definition QtAwesome.h:273
@ hearto
Definition QtAwesome.h:485
@ hourglass
Definition QtAwesome.h:491
@ bug
Definition QtAwesome.h:230
@ unsorted
Definition QtAwesome.h:853
@ modx
Definition QtAwesome.h:591
@ history
Definition QtAwesome.h:487
@ send
Definition QtAwesome.h:697
@ shoppingbasket
Definition QtAwesome.h:711
@ piedpiper
Definition QtAwesome.h:631
@ windowcloseo
Definition QtAwesome.h:893
@ vimeosquare
Definition QtAwesome.h:876
@ thermometerfull
Definition QtAwesome.h:803
@ retweet
Definition QtAwesome.h:676
@ chevroncircleup
Definition QtAwesome.h:278