OpenHantek
Loading...
Searching...
No Matches
QtAwesome.h
Go to the documentation of this file.
1
9
10#ifndef QTAWESOME_H
11#define QTAWESOME_H
12
13#include "QtAwesomeAnim.h"
14
15#include <QIcon>
16#include <QIconEngine>
17#include <QPainter>
18#include <QRect>
19#include <QVariantMap>
20
21
22//---------------------------------------------------------------------------------------
23
25
28class QtAwesome : public QObject {
29 Q_OBJECT
30
31 public:
32 explicit QtAwesome( QObject *parent = nullptr );
33 virtual ~QtAwesome() override;
34
35 void init( const QString &fontname );
36 bool initFontAwesome();
37
38 void addNamedCodepoint( const QString &name, int codePoint );
39 QHash< QString, int > namedCodePoints() { return namedCodepoints_; }
40
41 void setDefaultOption( const QString &name, const QVariant &value );
42 QVariant defaultOption( const QString &name );
43
44 QIcon icon( int character, const QVariantMap &options = QVariantMap() );
45 QIcon icon( const QString &name, const QVariantMap &options = QVariantMap() );
46 QIcon icon( QtAwesomeIconPainter *painter, const QVariantMap &optionMap = QVariantMap() );
47
48 void give( const QString &name, QtAwesomeIconPainter *painter );
49
50 QFont font( int size );
51
53 QString fontName() { return fontName_; }
54
55 private:
56 QString fontName_;
57 QHash< QString, int > namedCodepoints_;
58
59 QHash< QString, QtAwesomeIconPainter * > painterMap_;
60 QVariantMap defaultOptions_;
62};
63
64
65//---------------------------------------------------------------------------------------
66
67
71 public:
72 virtual ~QtAwesomeIconPainter();
73 virtual void paint( QtAwesome *awesome, QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state,
74 const QVariantMap &options ) = 0;
75};
76
77
80 protected:
81 QStringList optionKeysForModeAndState( const QString &key, QIcon::Mode mode, QIcon::State state );
82
83 QVariant optionValueForModeAndState( const QString &baseKey, QIcon::Mode mode, QIcon::State state, const QVariantMap &options );
84
85 public:
86 virtual void paint( QtAwesome *awesome, QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state,
87 const QVariantMap &options ) override;
88};
89
90
92class QtAwesomeIconPainterIconEngine : public QIconEngine {
93 public:
94 QtAwesomeIconPainterIconEngine( QtAwesome *awesome, QtAwesomeIconPainter *painter, const QVariantMap &options );
95 // : awesomeRef_( awesome ), iconPainterRef_( painter ), options_( options )
96
98
99 QtAwesomeIconPainterIconEngine *clone() const override;
100
101 void paint( QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state ) override;
102
103 QPixmap pixmap( const QSize &size, QIcon::Mode mode, QIcon::State state ) override;
104
105#if ( QT_VERSION >= QT_VERSION_CHECK( 5, 6, 0 ) )
106 QList< QSize > availableSizes( QIcon::Mode mode, QIcon::State state ) const override {
107 Q_UNUSED( mode )
108 Q_UNUSED( state )
109 QList< QSize > sizes = { QSize( 16, 16 ), QSize( 32, 32 ), QSize( 64, 64 ),
110 QSize( 128, 128 ), QSize( 256, 256 ), QSize( 512, 512 ) };
111 return sizes;
112 }
113#endif
114
115 private:
118 QVariantMap options_;
119};
120
121
122Q_DECLARE_METATYPE( QtAwesomeAnimation * )
123
124
125//---------------------------------------------------------------------------------------
126
127
129namespace fa {
130enum icon {
131 fa_500px = 0xf26e,
132 addressbook = 0xf2b9,
133 addressbooko = 0xf2ba,
134 addresscard = 0xf2bb,
135 addresscardo = 0xf2bc,
136 adjust = 0xf042,
137 adn = 0xf170,
138 aligncenter = 0xf037,
139 alignjustify = 0xf039,
140 alignleft = 0xf036,
141 alignright = 0xf038,
142 amazon = 0xf270,
143 ambulance = 0xf0f9,
145 anchor = 0xf13d,
146 android = 0xf17b,
147 angellist = 0xf209,
152 angledown = 0xf107,
153 angleleft = 0xf104,
154 angleright = 0xf105,
155 angleup = 0xf106,
156 apple = 0xf179,
157 archive = 0xf187,
158 areachart = 0xf1fe,
167 arrowdown = 0xf063,
168 arrowleft = 0xf060,
169 arrowright = 0xf061,
170 arrowup = 0xf062,
171 arrows = 0xf047,
172 arrowsalt = 0xf0b2,
173 arrowsh = 0xf07e,
174 arrowsv = 0xf07d,
177 asterisk = 0xf069,
178 at = 0xf1fa,
180 automobile = 0xf1b9,
181 backward = 0xf04a,
182 balancescale = 0xf24e,
183 ban = 0xf05e,
184 bandcamp = 0xf2d5,
185 bank = 0xf19c,
186 barchart = 0xf080,
187 barcharto = 0xf080,
188 barcode = 0xf02a,
189 bars = 0xf0c9,
190 bath = 0xf2cd,
191 bathtub = 0xf2cd,
192 battery = 0xf240,
193 battery0 = 0xf244,
194 battery1 = 0xf243,
195 battery2 = 0xf242,
196 battery3 = 0xf241,
197 battery4 = 0xf240,
198 batteryempty = 0xf244,
199 batteryfull = 0xf240,
200 batteryhalf = 0xf242,
203 bed = 0xf236,
204 beer = 0xf0fc,
205 behance = 0xf1b4,
207 bell = 0xf0f3,
208 bello = 0xf0a2,
209 bellslash = 0xf1f6,
210 bellslasho = 0xf1f7,
211 bicycle = 0xf206,
212 binoculars = 0xf1e5,
213 birthdaycake = 0xf1fd,
214 bitbucket = 0xf171,
216 bitcoin = 0xf15a,
217 blacktie = 0xf27e,
218 blind = 0xf29d,
219 bluetooth = 0xf293,
220 bluetoothb = 0xf294,
221 bold = 0xf032,
222 bolt = 0xf0e7,
223 bomb = 0xf1e2,
224 book = 0xf02d,
225 bookmark = 0xf02e,
226 bookmarko = 0xf097,
227 braille = 0xf2a1,
228 briefcase = 0xf0b1,
229 btc = 0xf15a,
230 bug = 0xf188,
231 building = 0xf1ad,
232 buildingo = 0xf0f7,
233 bullhorn = 0xf0a1,
234 bullseye = 0xf140,
235 bus = 0xf207,
236 buysellads = 0xf20d,
237 cab = 0xf1ba,
238 calculator = 0xf1ec,
239 calendar = 0xf073,
242 calendaro = 0xf133,
245 camera = 0xf030,
246 cameraretro = 0xf083,
247 car = 0xf1b9,
248 caretdown = 0xf0d7,
249 caretleft = 0xf0d9,
250 caretright = 0xf0da,
255 caretup = 0xf0d8,
257 cartplus = 0xf217,
258 cc = 0xf20a,
259 ccamex = 0xf1f3,
260 ccdinersclub = 0xf24c,
261 ccdiscover = 0xf1f2,
262 ccjcb = 0xf24b,
263 ccmastercard = 0xf1f1,
264 ccpaypal = 0xf1f4,
265 ccstripe = 0xf1f5,
266 ccvisa = 0xf1f0,
267 certificate = 0xf0a3,
268 chain = 0xf0c1,
269 chainbroken = 0xf127,
270 check = 0xf00c,
271 checkcircle = 0xf058,
272 checkcircleo = 0xf05d,
273 checksquare = 0xf14a,
274 checksquareo = 0xf046,
279 chevrondown = 0xf078,
280 chevronleft = 0xf053,
281 chevronright = 0xf054,
282 chevronup = 0xf077,
283 child = 0xf1ae,
284 chrome = 0xf268,
285 circle = 0xf111,
286 circleo = 0xf10c,
287 circleonotch = 0xf1ce,
288 circlethin = 0xf1db,
289 clipboard = 0xf0ea,
290 clocko = 0xf017,
291 clone = 0xf24d,
292 close = 0xf00d,
293 cloud = 0xf0c2,
295 cloudupload = 0xf0ee,
296 cny = 0xf157,
297 code = 0xf121,
298 codefork = 0xf126,
299 codepen = 0xf1cb,
300 codiepie = 0xf284,
301 coffee = 0xf0f4,
302 cog = 0xf013,
303 cogs = 0xf085,
304 columns = 0xf0db,
305 comment = 0xf075,
306 commento = 0xf0e5,
307 commenting = 0xf27a,
308 commentingo = 0xf27b,
309 comments = 0xf086,
310 commentso = 0xf0e6,
311 compass = 0xf14e,
312 compress = 0xf066,
314 contao = 0xf26d,
315 copy = 0xf0c5,
316 copyright = 0xf1f9,
318 creditcard = 0xf09d,
320 crop = 0xf125,
321 crosshairs = 0xf05b,
322 css3 = 0xf13c,
323 cube = 0xf1b2,
324 cubes = 0xf1b3,
325 cut = 0xf0c4,
326 cutlery = 0xf0f5,
327 dashboard = 0xf0e4,
328 dashcube = 0xf210,
329 database = 0xf1c0,
330 deaf = 0xf2a4,
331 deafness = 0xf2a4,
332 dedent = 0xf03b,
333 delicious = 0xf1a5,
334 desktop = 0xf108,
335 deviantart = 0xf1bd,
336 diamond = 0xf219,
337 digg = 0xf1a6,
338 dollar = 0xf155,
339 dotcircleo = 0xf192,
340 download = 0xf019,
341 dribbble = 0xf17d,
344 dropbox = 0xf16b,
345 drupal = 0xf1a9,
346 edge = 0xf282,
347 edit = 0xf044,
348 eercast = 0xf2da,
349 eject = 0xf052,
350 ellipsish = 0xf141,
351 ellipsisv = 0xf142,
352 empire = 0xf1d1,
353 envelope = 0xf0e0,
354 envelopeo = 0xf003,
355 envelopeopen = 0xf2b6,
358 envira = 0xf299,
359 eraser = 0xf12d,
360 etsy = 0xf2d7,
361 eur = 0xf153,
362 euro = 0xf153,
363 exchange = 0xf0ec,
364 exclamation = 0xf12a,
367 expand = 0xf065,
368 expeditedssl = 0xf23e,
369 externallink = 0xf08e,
371 eye = 0xf06e,
372 eyeslash = 0xf070,
373 eyedropper = 0xf1fb,
374 fa = 0xf2b4,
375 facebook = 0xf09a,
376 facebookf = 0xf09a,
379 fastbackward = 0xf049,
380 fastforward = 0xf050,
381 fax = 0xf1ac,
382 feed = 0xf09e,
383 female = 0xf182,
384 fighterjet = 0xf0fb,
385 file = 0xf15b,
386 filearchiveo = 0xf1c6,
387 fileaudioo = 0xf1c7,
388 filecodeo = 0xf1c9,
389 fileexcelo = 0xf1c3,
390 fileimageo = 0xf1c5,
391 filemovieo = 0xf1c8,
392 fileo = 0xf016,
393 filepdfo = 0xf1c1,
394 filephotoo = 0xf1c5,
395 filepictureo = 0xf1c5,
397 filesoundo = 0xf1c7,
398 filetext = 0xf15c,
399 filetexto = 0xf0f6,
400 filevideoo = 0xf1c8,
401 filewordo = 0xf1c2,
402 filezipo = 0xf1c6,
403 fileso = 0xf0c5,
404 film = 0xf008,
405 filter = 0xf0b0,
406 fire = 0xf06d,
408 firefox = 0xf269,
409 firstorder = 0xf2b0,
410 flag = 0xf024,
412 flago = 0xf11d,
413 flash = 0xf0e7,
414 flask = 0xf0c3,
415 flickr = 0xf16e,
416 floppyo = 0xf0c7,
417 folder = 0xf07b,
418 foldero = 0xf114,
419 folderopen = 0xf07c,
420 folderopeno = 0xf115,
421 font = 0xf031,
422 fontawesome = 0xf2b4,
423 fonticons = 0xf280,
424 fortawesome = 0xf286,
425 forumbee = 0xf211,
426 forward = 0xf04e,
427 foursquare = 0xf180,
428 freecodecamp = 0xf2c5,
429 frowno = 0xf119,
430 futbolo = 0xf1e3,
431 gamepad = 0xf11b,
432 gavel = 0xf0e3,
433 gbp = 0xf154,
434 ge = 0xf1d1,
435 gear = 0xf013,
436 gears = 0xf085,
437 genderless = 0xf22d,
438 getpocket = 0xf265,
439 gg = 0xf260,
440 ggcircle = 0xf261,
441 gift = 0xf06b,
442 git = 0xf1d3,
443 gitsquare = 0xf1d2,
444 github = 0xf09b,
445 githubalt = 0xf113,
446 githubsquare = 0xf092,
447 gitlab = 0xf296,
448 gittip = 0xf184,
449 glass = 0xf000,
450 glide = 0xf2a5,
451 glideg = 0xf2a6,
452 globe = 0xf0ac,
453 google = 0xf1a0,
454 googleplus = 0xf0d5,
458 googlewallet = 0xf1ee,
460 gratipay = 0xf184,
461 grav = 0xf2d6,
462 group = 0xf0c0,
463 hsquare = 0xf0fd,
464 hackernews = 0xf1d4,
465 handgrabo = 0xf255,
466 handlizardo = 0xf258,
467 handodown = 0xf0a7,
468 handoleft = 0xf0a5,
469 handoright = 0xf0a4,
470 handoup = 0xf0a6,
471 handpapero = 0xf256,
472 handpeaceo = 0xf25b,
473 handpointero = 0xf25a,
474 handrocko = 0xf255,
476 handspocko = 0xf259,
477 handstopo = 0xf256,
478 handshakeo = 0xf2b5,
480 hashtag = 0xf292,
481 hddo = 0xf0a0,
482 header = 0xf1dc,
483 headphones = 0xf025,
484 heart = 0xf004,
485 hearto = 0xf08a,
486 heartbeat = 0xf21e,
487 history = 0xf1da,
488 home = 0xf015,
489 hospitalo = 0xf0f8,
490 hotel = 0xf236,
491 hourglass = 0xf254,
492 hourglass1 = 0xf251,
493 hourglass2 = 0xf252,
494 hourglass3 = 0xf253,
495 hourglassend = 0xf253,
497 hourglasso = 0xf250,
499 houzz = 0xf27c,
500 html5 = 0xf13b,
501 icursor = 0xf246,
502 idbadge = 0xf2c1,
503 idcard = 0xf2c2,
504 idcardo = 0xf2c3,
505 ils = 0xf20b,
506 image = 0xf03e,
507 imdb = 0xf2d8,
508 inbox = 0xf01c,
509 indent = 0xf03c,
510 industry = 0xf275,
511 info = 0xf129,
512 infocircle = 0xf05a,
513 inr = 0xf156,
514 instagram = 0xf16d,
515 institution = 0xf19c,
517 intersex = 0xf224,
518 ioxhost = 0xf208,
519 italic = 0xf033,
520 joomla = 0xf1aa,
521 jpy = 0xf157,
522 jsfiddle = 0xf1cc,
523 key = 0xf084,
524 keyboardo = 0xf11c,
525 krw = 0xf159,
526 language = 0xf1ab,
527 laptop = 0xf109,
528 lastfm = 0xf202,
529 lastfmsquare = 0xf203,
530 leaf = 0xf06c,
531 leanpub = 0xf212,
532 legal = 0xf0e3,
533 lemono = 0xf094,
534 leveldown = 0xf149,
535 levelup = 0xf148,
536 lifebouy = 0xf1cd,
537 lifebuoy = 0xf1cd,
538 lifering = 0xf1cd,
539 lifesaver = 0xf1cd,
540 lightbulbo = 0xf0eb,
541 linechart = 0xf201,
542 link = 0xf0c1,
543 linkedin = 0xf0e1,
545 linode = 0xf2b8,
546 fa_linux = 0xf17c,
547 list = 0xf03a,
548 listalt = 0xf022,
549 listol = 0xf0cb,
550 listul = 0xf0ca,
552 lock = 0xf023,
556 longarrowup = 0xf176,
557 lowvision = 0xf2a8,
558 magic = 0xf0d0,
559 magnet = 0xf076,
560 mailforward = 0xf064,
561 mailreply = 0xf112,
562 mailreplyall = 0xf122,
563 male = 0xf183,
564 map = 0xf279,
565 mapmarker = 0xf041,
566 mapo = 0xf278,
567 mappin = 0xf276,
568 mapsigns = 0xf277,
569 mars = 0xf222,
570 marsdouble = 0xf227,
571 marsstroke = 0xf229,
572 marsstrokeh = 0xf22b,
573 marsstrokev = 0xf22a,
574 maxcdn = 0xf136,
575 meanpath = 0xf20c,
576 medium = 0xf23a,
577 medkit = 0xf0fa,
578 meetup = 0xf2e0,
579 meho = 0xf11a,
580 mercury = 0xf223,
581 microchip = 0xf2db,
582 microphone = 0xf130,
584 minus = 0xf068,
585 minuscircle = 0xf056,
586 minussquare = 0xf146,
587 minussquareo = 0xf147,
588 mixcloud = 0xf289,
589 mobile = 0xf10b,
590 mobilephone = 0xf10b,
591 modx = 0xf285,
592 money = 0xf0d6,
593 moono = 0xf186,
594 mortarboard = 0xf19d,
595 motorcycle = 0xf21c,
596 mousepointer = 0xf245,
597 music = 0xf001,
598 navicon = 0xf0c9,
599 neuter = 0xf22c,
600 newspapero = 0xf1ea,
601 objectgroup = 0xf247,
605 opencart = 0xf23d,
606 openid = 0xf19b,
607 opera = 0xf26a,
608 optinmonster = 0xf23c,
609 outdent = 0xf03b,
610 pagelines = 0xf18c,
611 paintbrush = 0xf1fc,
612 paperplane = 0xf1d8,
613 paperplaneo = 0xf1d9,
614 paperclip = 0xf0c6,
615 paragraph = 0xf1dd,
616 paste = 0xf0ea,
617 pause = 0xf04c,
618 pausecircle = 0xf28b,
619 pausecircleo = 0xf28c,
620 paw = 0xf1b0,
621 paypal = 0xf1ed,
622 pencil = 0xf040,
623 pencilsquare = 0xf14b,
625 percent = 0xf295,
626 phone = 0xf095,
627 phonesquare = 0xf098,
628 photo = 0xf03e,
629 pictureo = 0xf03e,
630 piechart = 0xf200,
631 piedpiper = 0xf2ae,
632 piedpiperalt = 0xf1a8,
633 piedpiperpp = 0xf1a7,
634 pinterest = 0xf0d2,
635 pinterestp = 0xf231,
637 plane = 0xf072,
638 play = 0xf04b,
639 playcircle = 0xf144,
640 playcircleo = 0xf01d,
641 plug = 0xf1e6,
642 plus = 0xf067,
643 pluscircle = 0xf055,
644 plussquare = 0xf0fe,
645 plussquareo = 0xf196,
646 podcast = 0xf2ce,
647 poweroff = 0xf011,
648 print = 0xf02f,
649 producthunt = 0xf288,
650 puzzlepiece = 0xf12e,
651 qq = 0xf1d6,
652 qrcode = 0xf029,
653 question = 0xf128,
656 quora = 0xf2c4,
657 quoteleft = 0xf10d,
658 quoteright = 0xf10e,
659 ra = 0xf1d0,
660 random = 0xf074,
661 ravelry = 0xf2d9,
662 rebel = 0xf1d0,
663 recycle = 0xf1b8,
664 reddit = 0xf1a1,
665 redditalien = 0xf281,
666 redditsquare = 0xf1a2,
667 refresh = 0xf021,
668 registered = 0xf25d,
669 remove = 0xf00d,
670 renren = 0xf18b,
671 reorder = 0xf0c9,
672 repeat = 0xf01e,
673 reply = 0xf112,
674 replyall = 0xf122,
675 resistance = 0xf1d0,
676 retweet = 0xf079,
677 rmb = 0xf157,
678 road = 0xf018,
679 rocket = 0xf135,
680 rotateleft = 0xf0e2,
681 rotateright = 0xf01e,
682 rouble = 0xf158,
683 rss = 0xf09e,
684 rsssquare = 0xf143,
685 rub = 0xf158,
686 ruble = 0xf158,
687 rupee = 0xf156,
688 s15 = 0xf2cd,
689 safari = 0xf267,
690 save = 0xf0c7,
691 scissors = 0xf0c4,
692 scribd = 0xf28a,
693 search = 0xf002,
694 searchminus = 0xf010,
695 searchplus = 0xf00e,
696 sellsy = 0xf213,
697 send = 0xf1d8,
698 sendo = 0xf1d9,
699 server = 0xf233,
700 share = 0xf064,
701 sharealt = 0xf1e0,
703 sharesquare = 0xf14d,
704 sharesquareo = 0xf045,
705 shekel = 0xf20b,
706 sheqel = 0xf20b,
707 shield = 0xf132,
708 ship = 0xf21a,
709 shirtsinbulk = 0xf214,
710 shoppingbag = 0xf290,
712 shoppingcart = 0xf07a,
713 shower = 0xf2cc,
714 signin = 0xf090,
715 signlanguage = 0xf2a7,
716 signout = 0xf08b,
717 signal = 0xf012,
718 signing = 0xf2a7,
719 simplybuilt = 0xf215,
720 sitemap = 0xf0e8,
721 skyatlas = 0xf216,
722 skype = 0xf17e,
723 slack = 0xf198,
724 sliders = 0xf1de,
725 slideshare = 0xf1e7,
726 smileo = 0xf118,
727 snapchat = 0xf2ab,
730 snowflakeo = 0xf2dc,
731 soccerballo = 0xf1e3,
732 sort = 0xf0dc,
733 sortalphaasc = 0xf15d,
737 sortasc = 0xf0de,
738 sortdesc = 0xf0dd,
739 sortdown = 0xf0dd,
742 sortup = 0xf0de,
743 soundcloud = 0xf1be,
744 spaceshuttle = 0xf197,
745 spinner = 0xf110,
746 spoon = 0xf1b1,
747 spotify = 0xf1bc,
748 square = 0xf0c8,
749 squareo = 0xf096,
752 star = 0xf005,
753 starhalf = 0xf089,
755 starhalffull = 0xf123,
756 starhalfo = 0xf123,
757 staro = 0xf006,
758 steam = 0xf1b6,
759 steamsquare = 0xf1b7,
760 stepbackward = 0xf048,
761 stepforward = 0xf051,
762 stethoscope = 0xf0f1,
763 stickynote = 0xf249,
764 stickynoteo = 0xf24a,
765 stop = 0xf04d,
766 stopcircle = 0xf28d,
767 stopcircleo = 0xf28e,
768 streetview = 0xf21d,
770 stumbleupon = 0xf1a4,
772 subscript = 0xf12c,
773 subway = 0xf239,
774 suitcase = 0xf0f2,
775 suno = 0xf185,
776 superpowers = 0xf2dd,
777 superscript = 0xf12b,
778 support = 0xf1cd,
779 table = 0xf0ce,
780 tablet = 0xf10a,
781 tachometer = 0xf0e4,
782 tag = 0xf02b,
783 tags = 0xf02c,
784 tasks = 0xf0ae,
785 taxi = 0xf1ba,
786 telegram = 0xf2c6,
787 television = 0xf26c,
788 tencentweibo = 0xf1d5,
789 terminal = 0xf120,
790 textheight = 0xf034,
791 textwidth = 0xf035,
792 th = 0xf00a,
793 thlarge = 0xf009,
794 thlist = 0xf00b,
795 themeisle = 0xf2b2,
796 thermometer = 0xf2c7,
797 thermometer0 = 0xf2cb,
798 thermometer1 = 0xf2ca,
799 thermometer2 = 0xf2c9,
800 thermometer3 = 0xf2c8,
801 thermometer4 = 0xf2c7,
807 thumbtack = 0xf08d,
808 thumbsdown = 0xf165,
809 thumbsodown = 0xf088,
810 thumbsoup = 0xf087,
811 thumbsup = 0xf164,
812 ticket = 0xf145,
813 times = 0xf00d,
814 timescircle = 0xf057,
815 timescircleo = 0xf05c,
818 tint = 0xf043,
819 toggledown = 0xf150,
820 toggleleft = 0xf191,
821 toggleoff = 0xf204,
822 toggleon = 0xf205,
823 toggleright = 0xf152,
824 toggleup = 0xf151,
825 trademark = 0xf25c,
826 train = 0xf238,
827 transgender = 0xf224,
829 trash = 0xf1f8,
830 trasho = 0xf014,
831 tree = 0xf1bb,
832 trello = 0xf181,
833 tripadvisor = 0xf262,
834 trophy = 0xf091,
835 truck = 0xf0d1,
836 fa_try = 0xf195,
837 tty = 0xf1e4,
838 tumblr = 0xf173,
839 tumblrsquare = 0xf174,
840 turkishlira = 0xf195,
841 tv = 0xf26c,
842 twitch = 0xf1e8,
843 twitter = 0xf099,
845 umbrella = 0xf0e9,
846 underline = 0xf0cd,
847 undo = 0xf0e2,
849 university = 0xf19c,
850 unlink = 0xf127,
851 unlock = 0xf09c,
852 unlockalt = 0xf13e,
853 unsorted = 0xf0dc,
854 upload = 0xf093,
855 usb = 0xf287,
856 usd = 0xf155,
857 user = 0xf007,
858 usercircle = 0xf2bd,
859 usercircleo = 0xf2be,
860 usermd = 0xf0f0,
861 usero = 0xf2c0,
862 userplus = 0xf234,
863 usersecret = 0xf21b,
864 usertimes = 0xf235,
865 users = 0xf0c0,
866 vcard = 0xf2bb,
867 vcardo = 0xf2bc,
868 venus = 0xf221,
869 venusdouble = 0xf226,
870 venusmars = 0xf228,
871 viacoin = 0xf237,
872 viadeo = 0xf2a9,
873 viadeosquare = 0xf2aa,
874 videocamera = 0xf03d,
875 vimeo = 0xf27d,
876 vimeosquare = 0xf194,
877 vine = 0xf1ca,
878 vk = 0xf189,
880 volumedown = 0xf027,
881 volumeoff = 0xf026,
882 volumeup = 0xf028,
883 warning = 0xf071,
884 wechat = 0xf1d7,
885 weibo = 0xf18a,
886 weixin = 0xf1d7,
887 whatsapp = 0xf232,
888 wheelchair = 0xf193,
890 wifi = 0xf1eb,
891 wikipediaw = 0xf266,
892 windowclose = 0xf2d3,
893 windowcloseo = 0xf2d4,
897 windows = 0xf17a,
898 won = 0xf159,
899 wordpress = 0xf19a,
900 wpbeginner = 0xf297,
901 wpexplorer = 0xf2de,
902 wpforms = 0xf298,
903 wrench = 0xf0ad,
904 xing = 0xf168,
905 xingsquare = 0xf169,
906 ycombinator = 0xf23b,
908 yahoo = 0xf19e,
909 yc = 0xf23b,
910 ycsquare = 0xf1d4,
911 yelp = 0xf1e9,
912 yen = 0xf157,
913 yoast = 0xf2b1,
914 youtube = 0xf167,
915 youtubeplay = 0xf16a,
917};
918}
919
920
921#endif // QTAWESOME_H
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