mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2025-12-17 12:14:36 +03:00
Updated to Font Awesome 4.4.0
This commit is contained in:
@@ -169,7 +169,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
Q_INIT_RESOURCE(QtAwesome);
|
Q_INIT_RESOURCE(QtAwesome);
|
||||||
|
|
||||||
// load the font file
|
// load the font file
|
||||||
QFile res(":/fonts/fontawesome-4.3.0.ttf");
|
QFile res(":/fonts/fontawesome-4.4.0.ttf");
|
||||||
if(!res.open(QIODevice::ReadOnly)) {
|
if(!res.open(QIODevice::ReadOnly)) {
|
||||||
qDebug() << "Font awesome font could not be loaded!";
|
qDebug() << "Font awesome font could not be loaded!";
|
||||||
return false;
|
return false;
|
||||||
@@ -192,12 +192,14 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
|
|
||||||
// intialize the map
|
// intialize the map
|
||||||
QHash<QString, int>& m = namedCodepoints_;
|
QHash<QString, int>& m = namedCodepoints_;
|
||||||
|
m.insert("fa_500px", fa::fa_500px );
|
||||||
m.insert("adjust", fa::adjust );
|
m.insert("adjust", fa::adjust );
|
||||||
m.insert("adn", fa::adn );
|
m.insert("adn", fa::adn );
|
||||||
m.insert("aligncenter", fa::aligncenter );
|
m.insert("aligncenter", fa::aligncenter );
|
||||||
m.insert("alignjustify", fa::alignjustify );
|
m.insert("alignjustify", fa::alignjustify );
|
||||||
m.insert("alignleft", fa::alignleft );
|
m.insert("alignleft", fa::alignleft );
|
||||||
m.insert("alignright", fa::alignright );
|
m.insert("alignright", fa::alignright );
|
||||||
|
m.insert("amazon", fa::amazon );
|
||||||
m.insert("ambulance", fa::ambulance );
|
m.insert("ambulance", fa::ambulance );
|
||||||
m.insert("anchor", fa::anchor );
|
m.insert("anchor", fa::anchor );
|
||||||
m.insert("android", fa::android );
|
m.insert("android", fa::android );
|
||||||
@@ -233,12 +235,23 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("at", fa::at );
|
m.insert("at", fa::at );
|
||||||
m.insert("automobile", fa::automobile );
|
m.insert("automobile", fa::automobile );
|
||||||
m.insert("backward", fa::backward );
|
m.insert("backward", fa::backward );
|
||||||
|
m.insert("balancescale", fa::balancescale );
|
||||||
m.insert("ban", fa::ban );
|
m.insert("ban", fa::ban );
|
||||||
m.insert("bank", fa::bank );
|
m.insert("bank", fa::bank );
|
||||||
m.insert("barchart", fa::barchart );
|
m.insert("barchart", fa::barchart );
|
||||||
m.insert("barcharto", fa::barcharto );
|
m.insert("barcharto", fa::barcharto );
|
||||||
m.insert("barcode", fa::barcode );
|
m.insert("barcode", fa::barcode );
|
||||||
m.insert("bars", fa::bars );
|
m.insert("bars", fa::bars );
|
||||||
|
m.insert("battery0", fa::battery0 );
|
||||||
|
m.insert("battery1", fa::battery1 );
|
||||||
|
m.insert("battery2", fa::battery2 );
|
||||||
|
m.insert("battery3", fa::battery3 );
|
||||||
|
m.insert("battery4", fa::battery4 );
|
||||||
|
m.insert("batteryempty", fa::batteryempty );
|
||||||
|
m.insert("batteryfull", fa::batteryfull );
|
||||||
|
m.insert("batteryhalf", fa::batteryhalf );
|
||||||
|
m.insert("batteryquarter", fa::batteryquarter );
|
||||||
|
m.insert("batterythreequarters", fa::batterythreequarters );
|
||||||
m.insert("bed", fa::bed );
|
m.insert("bed", fa::bed );
|
||||||
m.insert("beer", fa::beer );
|
m.insert("beer", fa::beer );
|
||||||
m.insert("behance", fa::behance );
|
m.insert("behance", fa::behance );
|
||||||
@@ -253,6 +266,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("bitbucket", fa::bitbucket );
|
m.insert("bitbucket", fa::bitbucket );
|
||||||
m.insert("bitbucketsquare", fa::bitbucketsquare );
|
m.insert("bitbucketsquare", fa::bitbucketsquare );
|
||||||
m.insert("bitcoin", fa::bitcoin );
|
m.insert("bitcoin", fa::bitcoin );
|
||||||
|
m.insert("blacktie", fa::blacktie );
|
||||||
m.insert("bold", fa::bold );
|
m.insert("bold", fa::bold );
|
||||||
m.insert("bolt", fa::bolt );
|
m.insert("bolt", fa::bolt );
|
||||||
m.insert("bomb", fa::bomb );
|
m.insert("bomb", fa::bomb );
|
||||||
@@ -271,7 +285,11 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("cab", fa::cab );
|
m.insert("cab", fa::cab );
|
||||||
m.insert("calculator", fa::calculator );
|
m.insert("calculator", fa::calculator );
|
||||||
m.insert("calendar", fa::calendar );
|
m.insert("calendar", fa::calendar );
|
||||||
|
m.insert("calendarchecko", fa::calendarchecko );
|
||||||
|
m.insert("calendarminuso", fa::calendarminuso );
|
||||||
m.insert("calendaro", fa::calendaro );
|
m.insert("calendaro", fa::calendaro );
|
||||||
|
m.insert("calendarpluso", fa::calendarpluso );
|
||||||
|
m.insert("calendartimeso", fa::calendartimeso );
|
||||||
m.insert("camera", fa::camera );
|
m.insert("camera", fa::camera );
|
||||||
m.insert("cameraretro", fa::cameraretro );
|
m.insert("cameraretro", fa::cameraretro );
|
||||||
m.insert("car", fa::car );
|
m.insert("car", fa::car );
|
||||||
@@ -287,7 +305,9 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("cartplus", fa::cartplus );
|
m.insert("cartplus", fa::cartplus );
|
||||||
m.insert("cc", fa::cc );
|
m.insert("cc", fa::cc );
|
||||||
m.insert("ccamex", fa::ccamex );
|
m.insert("ccamex", fa::ccamex );
|
||||||
|
m.insert("ccdinersclub", fa::ccdinersclub );
|
||||||
m.insert("ccdiscover", fa::ccdiscover );
|
m.insert("ccdiscover", fa::ccdiscover );
|
||||||
|
m.insert("ccjcb", fa::ccjcb );
|
||||||
m.insert("ccmastercard", fa::ccmastercard );
|
m.insert("ccmastercard", fa::ccmastercard );
|
||||||
m.insert("ccpaypal", fa::ccpaypal );
|
m.insert("ccpaypal", fa::ccpaypal );
|
||||||
m.insert("ccstripe", fa::ccstripe );
|
m.insert("ccstripe", fa::ccstripe );
|
||||||
@@ -309,12 +329,14 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("chevronright", fa::chevronright );
|
m.insert("chevronright", fa::chevronright );
|
||||||
m.insert("chevronup", fa::chevronup );
|
m.insert("chevronup", fa::chevronup );
|
||||||
m.insert("child", fa::child );
|
m.insert("child", fa::child );
|
||||||
|
m.insert("chrome", fa::chrome );
|
||||||
m.insert("circle", fa::circle );
|
m.insert("circle", fa::circle );
|
||||||
m.insert("circleo", fa::circleo );
|
m.insert("circleo", fa::circleo );
|
||||||
m.insert("circleonotch", fa::circleonotch );
|
m.insert("circleonotch", fa::circleonotch );
|
||||||
m.insert("circlethin", fa::circlethin );
|
m.insert("circlethin", fa::circlethin );
|
||||||
m.insert("clipboard", fa::clipboard );
|
m.insert("clipboard", fa::clipboard );
|
||||||
m.insert("clocko", fa::clocko );
|
m.insert("clocko", fa::clocko );
|
||||||
|
m.insert("clone", fa::clone );
|
||||||
m.insert("close", fa::close );
|
m.insert("close", fa::close );
|
||||||
m.insert("cloud", fa::cloud );
|
m.insert("cloud", fa::cloud );
|
||||||
m.insert("clouddownload", fa::clouddownload );
|
m.insert("clouddownload", fa::clouddownload );
|
||||||
@@ -329,13 +351,17 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("columns", fa::columns );
|
m.insert("columns", fa::columns );
|
||||||
m.insert("comment", fa::comment );
|
m.insert("comment", fa::comment );
|
||||||
m.insert("commento", fa::commento );
|
m.insert("commento", fa::commento );
|
||||||
|
m.insert("commenting", fa::commenting );
|
||||||
|
m.insert("commentingo", fa::commentingo );
|
||||||
m.insert("comments", fa::comments );
|
m.insert("comments", fa::comments );
|
||||||
m.insert("commentso", fa::commentso );
|
m.insert("commentso", fa::commentso );
|
||||||
m.insert("compass", fa::compass );
|
m.insert("compass", fa::compass );
|
||||||
m.insert("compress", fa::compress );
|
m.insert("compress", fa::compress );
|
||||||
m.insert("connectdevelop", fa::connectdevelop );
|
m.insert("connectdevelop", fa::connectdevelop );
|
||||||
|
m.insert("contao", fa::contao );
|
||||||
m.insert("copy", fa::copy );
|
m.insert("copy", fa::copy );
|
||||||
m.insert("copyright", fa::copyright );
|
m.insert("copyright", fa::copyright );
|
||||||
|
m.insert("creativecommons", fa::creativecommons );
|
||||||
m.insert("creditcard", fa::creditcard );
|
m.insert("creditcard", fa::creditcard );
|
||||||
m.insert("crop", fa::crop );
|
m.insert("crop", fa::crop );
|
||||||
m.insert("crosshairs", fa::crosshairs );
|
m.insert("crosshairs", fa::crosshairs );
|
||||||
@@ -375,6 +401,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("exclamationcircle", fa::exclamationcircle );
|
m.insert("exclamationcircle", fa::exclamationcircle );
|
||||||
m.insert("exclamationtriangle", fa::exclamationtriangle );
|
m.insert("exclamationtriangle", fa::exclamationtriangle );
|
||||||
m.insert("expand", fa::expand );
|
m.insert("expand", fa::expand );
|
||||||
|
m.insert("expeditedssl", fa::expeditedssl );
|
||||||
m.insert("externallink", fa::externallink );
|
m.insert("externallink", fa::externallink );
|
||||||
m.insert("externallinksquare", fa::externallinksquare );
|
m.insert("externallinksquare", fa::externallinksquare );
|
||||||
m.insert("eye", fa::eye );
|
m.insert("eye", fa::eye );
|
||||||
@@ -387,6 +414,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("fastbackward", fa::fastbackward );
|
m.insert("fastbackward", fa::fastbackward );
|
||||||
m.insert("fastforward", fa::fastforward );
|
m.insert("fastforward", fa::fastforward );
|
||||||
m.insert("fax", fa::fax );
|
m.insert("fax", fa::fax );
|
||||||
|
m.insert("feed", fa::feed );
|
||||||
m.insert("female", fa::female );
|
m.insert("female", fa::female );
|
||||||
m.insert("fighterjet", fa::fighterjet );
|
m.insert("fighterjet", fa::fighterjet );
|
||||||
m.insert("file", fa::file );
|
m.insert("file", fa::file );
|
||||||
@@ -412,6 +440,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("filter", fa::filter );
|
m.insert("filter", fa::filter );
|
||||||
m.insert("fire", fa::fire );
|
m.insert("fire", fa::fire );
|
||||||
m.insert("fireextinguisher", fa::fireextinguisher );
|
m.insert("fireextinguisher", fa::fireextinguisher );
|
||||||
|
m.insert("firefox", fa::firefox );
|
||||||
m.insert("flag", fa::flag );
|
m.insert("flag", fa::flag );
|
||||||
m.insert("flagcheckered", fa::flagcheckered );
|
m.insert("flagcheckered", fa::flagcheckered );
|
||||||
m.insert("flago", fa::flago );
|
m.insert("flago", fa::flago );
|
||||||
@@ -424,6 +453,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("folderopen", fa::folderopen );
|
m.insert("folderopen", fa::folderopen );
|
||||||
m.insert("folderopeno", fa::folderopeno );
|
m.insert("folderopeno", fa::folderopeno );
|
||||||
m.insert("font", fa::font );
|
m.insert("font", fa::font );
|
||||||
|
m.insert("fonticons", fa::fonticons );
|
||||||
m.insert("forumbee", fa::forumbee );
|
m.insert("forumbee", fa::forumbee );
|
||||||
m.insert("forward", fa::forward );
|
m.insert("forward", fa::forward );
|
||||||
m.insert("foursquare", fa::foursquare );
|
m.insert("foursquare", fa::foursquare );
|
||||||
@@ -436,6 +466,9 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("gear", fa::gear );
|
m.insert("gear", fa::gear );
|
||||||
m.insert("gears", fa::gears );
|
m.insert("gears", fa::gears );
|
||||||
m.insert("genderless", fa::genderless );
|
m.insert("genderless", fa::genderless );
|
||||||
|
m.insert("getpocket", fa::getpocket );
|
||||||
|
m.insert("gg", fa::gg );
|
||||||
|
m.insert("ggcircle", fa::ggcircle );
|
||||||
m.insert("gift", fa::gift );
|
m.insert("gift", fa::gift );
|
||||||
m.insert("git", fa::git );
|
m.insert("git", fa::git );
|
||||||
m.insert("gitsquare", fa::gitsquare );
|
m.insert("gitsquare", fa::gitsquare );
|
||||||
@@ -454,10 +487,19 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("group", fa::group );
|
m.insert("group", fa::group );
|
||||||
m.insert("hsquare", fa::hsquare );
|
m.insert("hsquare", fa::hsquare );
|
||||||
m.insert("hackernews", fa::hackernews );
|
m.insert("hackernews", fa::hackernews );
|
||||||
|
m.insert("handgrabo", fa::handgrabo );
|
||||||
|
m.insert("handlizardo", fa::handlizardo );
|
||||||
m.insert("handodown", fa::handodown );
|
m.insert("handodown", fa::handodown );
|
||||||
m.insert("handoleft", fa::handoleft );
|
m.insert("handoleft", fa::handoleft );
|
||||||
m.insert("handoright", fa::handoright );
|
m.insert("handoright", fa::handoright );
|
||||||
m.insert("handoup", fa::handoup );
|
m.insert("handoup", fa::handoup );
|
||||||
|
m.insert("handpapero", fa::handpapero );
|
||||||
|
m.insert("handpeaceo", fa::handpeaceo );
|
||||||
|
m.insert("handpointero", fa::handpointero );
|
||||||
|
m.insert("handrocko", fa::handrocko );
|
||||||
|
m.insert("handscissorso", fa::handscissorso );
|
||||||
|
m.insert("handspocko", fa::handspocko );
|
||||||
|
m.insert("handstopo", fa::handstopo );
|
||||||
m.insert("hddo", fa::hddo );
|
m.insert("hddo", fa::hddo );
|
||||||
m.insert("header", fa::header );
|
m.insert("header", fa::header );
|
||||||
m.insert("headphones", fa::headphones );
|
m.insert("headphones", fa::headphones );
|
||||||
@@ -468,16 +510,29 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("home", fa::home );
|
m.insert("home", fa::home );
|
||||||
m.insert("hospitalo", fa::hospitalo );
|
m.insert("hospitalo", fa::hospitalo );
|
||||||
m.insert("hotel", fa::hotel );
|
m.insert("hotel", fa::hotel );
|
||||||
|
m.insert("hourglass", fa::hourglass );
|
||||||
|
m.insert("hourglass1", fa::hourglass1 );
|
||||||
|
m.insert("hourglass2", fa::hourglass2 );
|
||||||
|
m.insert("hourglass3", fa::hourglass3 );
|
||||||
|
m.insert("hourglassend", fa::hourglassend );
|
||||||
|
m.insert("hourglasshalf", fa::hourglasshalf );
|
||||||
|
m.insert("hourglasso", fa::hourglasso );
|
||||||
|
m.insert("hourglassstart", fa::hourglassstart );
|
||||||
|
m.insert("houzz", fa::houzz );
|
||||||
m.insert("html5", fa::html5 );
|
m.insert("html5", fa::html5 );
|
||||||
|
m.insert("icursor", fa::icursor );
|
||||||
m.insert("ils", fa::ils );
|
m.insert("ils", fa::ils );
|
||||||
m.insert("image", fa::image );
|
m.insert("image", fa::image );
|
||||||
m.insert("inbox", fa::inbox );
|
m.insert("inbox", fa::inbox );
|
||||||
m.insert("indent", fa::indent );
|
m.insert("indent", fa::indent );
|
||||||
|
m.insert("industry", fa::industry );
|
||||||
m.insert("info", fa::info );
|
m.insert("info", fa::info );
|
||||||
m.insert("infocircle", fa::infocircle );
|
m.insert("infocircle", fa::infocircle );
|
||||||
m.insert("inr", fa::inr );
|
m.insert("inr", fa::inr );
|
||||||
m.insert("instagram", fa::instagram );
|
m.insert("instagram", fa::instagram );
|
||||||
m.insert("institution", fa::institution );
|
m.insert("institution", fa::institution );
|
||||||
|
m.insert("internetexplorer", fa::internetexplorer );
|
||||||
|
m.insert("intersex", fa::intersex );
|
||||||
m.insert("ioxhost", fa::ioxhost );
|
m.insert("ioxhost", fa::ioxhost );
|
||||||
m.insert("italic", fa::italic );
|
m.insert("italic", fa::italic );
|
||||||
m.insert("joomla", fa::joomla );
|
m.insert("joomla", fa::joomla );
|
||||||
@@ -522,7 +577,11 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("mailreply", fa::mailreply );
|
m.insert("mailreply", fa::mailreply );
|
||||||
m.insert("mailreplyall", fa::mailreplyall );
|
m.insert("mailreplyall", fa::mailreplyall );
|
||||||
m.insert("male", fa::male );
|
m.insert("male", fa::male );
|
||||||
|
m.insert("map", fa::map );
|
||||||
m.insert("mapmarker", fa::mapmarker );
|
m.insert("mapmarker", fa::mapmarker );
|
||||||
|
m.insert("mapo", fa::mapo );
|
||||||
|
m.insert("mappin", fa::mappin );
|
||||||
|
m.insert("mapsigns", fa::mapsigns );
|
||||||
m.insert("mars", fa::mars );
|
m.insert("mars", fa::mars );
|
||||||
m.insert("marsdouble", fa::marsdouble );
|
m.insert("marsdouble", fa::marsdouble );
|
||||||
m.insert("marsstroke", fa::marsstroke );
|
m.insert("marsstroke", fa::marsstroke );
|
||||||
@@ -546,11 +605,19 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("moono", fa::moono );
|
m.insert("moono", fa::moono );
|
||||||
m.insert("mortarboard", fa::mortarboard );
|
m.insert("mortarboard", fa::mortarboard );
|
||||||
m.insert("motorcycle", fa::motorcycle );
|
m.insert("motorcycle", fa::motorcycle );
|
||||||
|
m.insert("mousepointer", fa::mousepointer );
|
||||||
m.insert("music", fa::music );
|
m.insert("music", fa::music );
|
||||||
m.insert("navicon", fa::navicon );
|
m.insert("navicon", fa::navicon );
|
||||||
m.insert("neuter", fa::neuter );
|
m.insert("neuter", fa::neuter );
|
||||||
m.insert("newspapero", fa::newspapero );
|
m.insert("newspapero", fa::newspapero );
|
||||||
|
m.insert("objectgroup", fa::objectgroup );
|
||||||
|
m.insert("objectungroup", fa::objectungroup );
|
||||||
|
m.insert("odnoklassniki", fa::odnoklassniki );
|
||||||
|
m.insert("odnoklassnikisquare", fa::odnoklassnikisquare );
|
||||||
|
m.insert("opencart", fa::opencart );
|
||||||
m.insert("openid", fa::openid );
|
m.insert("openid", fa::openid );
|
||||||
|
m.insert("opera", fa::opera );
|
||||||
|
m.insert("optinmonster", fa::optinmonster );
|
||||||
m.insert("outdent", fa::outdent );
|
m.insert("outdent", fa::outdent );
|
||||||
m.insert("pagelines", fa::pagelines );
|
m.insert("pagelines", fa::pagelines );
|
||||||
m.insert("paintbrush", fa::paintbrush );
|
m.insert("paintbrush", fa::paintbrush );
|
||||||
@@ -600,6 +667,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("reddit", fa::reddit );
|
m.insert("reddit", fa::reddit );
|
||||||
m.insert("redditsquare", fa::redditsquare );
|
m.insert("redditsquare", fa::redditsquare );
|
||||||
m.insert("refresh", fa::refresh );
|
m.insert("refresh", fa::refresh );
|
||||||
|
m.insert("registered", fa::registered );
|
||||||
m.insert("remove", fa::remove );
|
m.insert("remove", fa::remove );
|
||||||
m.insert("renren", fa::renren );
|
m.insert("renren", fa::renren );
|
||||||
m.insert("reorder", fa::reorder );
|
m.insert("reorder", fa::reorder );
|
||||||
@@ -618,6 +686,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("rub", fa::rub );
|
m.insert("rub", fa::rub );
|
||||||
m.insert("ruble", fa::ruble );
|
m.insert("ruble", fa::ruble );
|
||||||
m.insert("rupee", fa::rupee );
|
m.insert("rupee", fa::rupee );
|
||||||
|
m.insert("safari", fa::safari );
|
||||||
m.insert("save", fa::save );
|
m.insert("save", fa::save );
|
||||||
m.insert("scissors", fa::scissors );
|
m.insert("scissors", fa::scissors );
|
||||||
m.insert("search", fa::search );
|
m.insert("search", fa::search );
|
||||||
@@ -681,6 +750,8 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("stepbackward", fa::stepbackward );
|
m.insert("stepbackward", fa::stepbackward );
|
||||||
m.insert("stepforward", fa::stepforward );
|
m.insert("stepforward", fa::stepforward );
|
||||||
m.insert("stethoscope", fa::stethoscope );
|
m.insert("stethoscope", fa::stethoscope );
|
||||||
|
m.insert("stickynote", fa::stickynote );
|
||||||
|
m.insert("stickynoteo", fa::stickynoteo );
|
||||||
m.insert("stop", fa::stop );
|
m.insert("stop", fa::stop );
|
||||||
m.insert("streetview", fa::streetview );
|
m.insert("streetview", fa::streetview );
|
||||||
m.insert("strikethrough", fa::strikethrough );
|
m.insert("strikethrough", fa::strikethrough );
|
||||||
@@ -699,6 +770,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("tags", fa::tags );
|
m.insert("tags", fa::tags );
|
||||||
m.insert("tasks", fa::tasks );
|
m.insert("tasks", fa::tasks );
|
||||||
m.insert("taxi", fa::taxi );
|
m.insert("taxi", fa::taxi );
|
||||||
|
m.insert("television", fa::television );
|
||||||
m.insert("tencentweibo", fa::tencentweibo );
|
m.insert("tencentweibo", fa::tencentweibo );
|
||||||
m.insert("terminal", fa::terminal );
|
m.insert("terminal", fa::terminal );
|
||||||
m.insert("textheight", fa::textheight );
|
m.insert("textheight", fa::textheight );
|
||||||
@@ -722,6 +794,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("toggleon", fa::toggleon );
|
m.insert("toggleon", fa::toggleon );
|
||||||
m.insert("toggleright", fa::toggleright );
|
m.insert("toggleright", fa::toggleright );
|
||||||
m.insert("toggleup", fa::toggleup );
|
m.insert("toggleup", fa::toggleup );
|
||||||
|
m.insert("trademark", fa::trademark );
|
||||||
m.insert("train", fa::train );
|
m.insert("train", fa::train );
|
||||||
m.insert("transgender", fa::transgender );
|
m.insert("transgender", fa::transgender );
|
||||||
m.insert("transgenderalt", fa::transgenderalt );
|
m.insert("transgenderalt", fa::transgenderalt );
|
||||||
@@ -729,14 +802,15 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("trasho", fa::trasho );
|
m.insert("trasho", fa::trasho );
|
||||||
m.insert("tree", fa::tree );
|
m.insert("tree", fa::tree );
|
||||||
m.insert("trello", fa::trello );
|
m.insert("trello", fa::trello );
|
||||||
|
m.insert("tripadvisor", fa::tripadvisor );
|
||||||
m.insert("trophy", fa::trophy );
|
m.insert("trophy", fa::trophy );
|
||||||
m.insert("truck", fa::truck );
|
m.insert("truck", fa::truck );
|
||||||
m.insert("try", fa::fa_try);
|
|
||||||
m.insert("fa_try", fa::fa_try );
|
m.insert("fa_try", fa::fa_try );
|
||||||
m.insert("tty", fa::tty );
|
m.insert("tty", fa::tty );
|
||||||
m.insert("tumblr", fa::tumblr );
|
m.insert("tumblr", fa::tumblr );
|
||||||
m.insert("tumblrsquare", fa::tumblrsquare );
|
m.insert("tumblrsquare", fa::tumblrsquare );
|
||||||
m.insert("turkishlira", fa::turkishlira );
|
m.insert("turkishlira", fa::turkishlira );
|
||||||
|
m.insert("tv", fa::tv );
|
||||||
m.insert("twitch", fa::twitch );
|
m.insert("twitch", fa::twitch );
|
||||||
m.insert("twitter", fa::twitter );
|
m.insert("twitter", fa::twitter );
|
||||||
m.insert("twittersquare", fa::twittersquare );
|
m.insert("twittersquare", fa::twittersquare );
|
||||||
@@ -761,6 +835,7 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("venusmars", fa::venusmars );
|
m.insert("venusmars", fa::venusmars );
|
||||||
m.insert("viacoin", fa::viacoin );
|
m.insert("viacoin", fa::viacoin );
|
||||||
m.insert("videocamera", fa::videocamera );
|
m.insert("videocamera", fa::videocamera );
|
||||||
|
m.insert("vimeo", fa::vimeo );
|
||||||
m.insert("vimeosquare", fa::vimeosquare );
|
m.insert("vimeosquare", fa::vimeosquare );
|
||||||
m.insert("vine", fa::vine );
|
m.insert("vine", fa::vine );
|
||||||
m.insert("vk", fa::vk );
|
m.insert("vk", fa::vk );
|
||||||
@@ -774,13 +849,18 @@ bool QtAwesome::initFontAwesome( )
|
|||||||
m.insert("whatsapp", fa::whatsapp );
|
m.insert("whatsapp", fa::whatsapp );
|
||||||
m.insert("wheelchair", fa::wheelchair );
|
m.insert("wheelchair", fa::wheelchair );
|
||||||
m.insert("wifi", fa::wifi );
|
m.insert("wifi", fa::wifi );
|
||||||
|
m.insert("wikipediaw", fa::wikipediaw );
|
||||||
m.insert("windows", fa::windows );
|
m.insert("windows", fa::windows );
|
||||||
m.insert("won", fa::won );
|
m.insert("won", fa::won );
|
||||||
m.insert("wordpress", fa::wordpress );
|
m.insert("wordpress", fa::wordpress );
|
||||||
m.insert("wrench", fa::wrench );
|
m.insert("wrench", fa::wrench );
|
||||||
m.insert("xing", fa::xing );
|
m.insert("xing", fa::xing );
|
||||||
m.insert("xingsquare", fa::xingsquare );
|
m.insert("xingsquare", fa::xingsquare );
|
||||||
|
m.insert("ycombinator", fa::ycombinator );
|
||||||
|
m.insert("ycombinatorsquare", fa::ycombinatorsquare );
|
||||||
m.insert("yahoo", fa::yahoo );
|
m.insert("yahoo", fa::yahoo );
|
||||||
|
m.insert("yc", fa::yc );
|
||||||
|
m.insert("ycsquare", fa::ycsquare );
|
||||||
m.insert("yelp", fa::yelp );
|
m.insert("yelp", fa::yelp );
|
||||||
m.insert("yen", fa::yen );
|
m.insert("yen", fa::yen );
|
||||||
m.insert("youtube", fa::youtube );
|
m.insert("youtube", fa::youtube );
|
||||||
|
|||||||
@@ -21,12 +21,14 @@
|
|||||||
/// You can use the names on the page http://fortawesome.github.io/Font-Awesome/design.html
|
/// You can use the names on the page http://fortawesome.github.io/Font-Awesome/design.html
|
||||||
namespace fa {
|
namespace fa {
|
||||||
enum icon {
|
enum icon {
|
||||||
|
fa_500px = 0xf26e,
|
||||||
adjust = 0xf042,
|
adjust = 0xf042,
|
||||||
adn = 0xf170,
|
adn = 0xf170,
|
||||||
aligncenter = 0xf037,
|
aligncenter = 0xf037,
|
||||||
alignjustify = 0xf039,
|
alignjustify = 0xf039,
|
||||||
alignleft = 0xf036,
|
alignleft = 0xf036,
|
||||||
alignright = 0xf038,
|
alignright = 0xf038,
|
||||||
|
amazon = 0xf270,
|
||||||
ambulance = 0xf0f9,
|
ambulance = 0xf0f9,
|
||||||
anchor = 0xf13d,
|
anchor = 0xf13d,
|
||||||
android = 0xf17b,
|
android = 0xf17b,
|
||||||
@@ -62,12 +64,23 @@ namespace fa {
|
|||||||
at = 0xf1fa,
|
at = 0xf1fa,
|
||||||
automobile = 0xf1b9,
|
automobile = 0xf1b9,
|
||||||
backward = 0xf04a,
|
backward = 0xf04a,
|
||||||
|
balancescale = 0xf24e,
|
||||||
ban = 0xf05e,
|
ban = 0xf05e,
|
||||||
bank = 0xf19c,
|
bank = 0xf19c,
|
||||||
barchart = 0xf080,
|
barchart = 0xf080,
|
||||||
barcharto = 0xf080,
|
barcharto = 0xf080,
|
||||||
barcode = 0xf02a,
|
barcode = 0xf02a,
|
||||||
bars = 0xf0c9,
|
bars = 0xf0c9,
|
||||||
|
battery0 = 0xf244,
|
||||||
|
battery1 = 0xf243,
|
||||||
|
battery2 = 0xf242,
|
||||||
|
battery3 = 0xf241,
|
||||||
|
battery4 = 0xf240,
|
||||||
|
batteryempty = 0xf244,
|
||||||
|
batteryfull = 0xf240,
|
||||||
|
batteryhalf = 0xf242,
|
||||||
|
batteryquarter = 0xf243,
|
||||||
|
batterythreequarters = 0xf241,
|
||||||
bed = 0xf236,
|
bed = 0xf236,
|
||||||
beer = 0xf0fc,
|
beer = 0xf0fc,
|
||||||
behance = 0xf1b4,
|
behance = 0xf1b4,
|
||||||
@@ -82,6 +95,7 @@ namespace fa {
|
|||||||
bitbucket = 0xf171,
|
bitbucket = 0xf171,
|
||||||
bitbucketsquare = 0xf172,
|
bitbucketsquare = 0xf172,
|
||||||
bitcoin = 0xf15a,
|
bitcoin = 0xf15a,
|
||||||
|
blacktie = 0xf27e,
|
||||||
bold = 0xf032,
|
bold = 0xf032,
|
||||||
bolt = 0xf0e7,
|
bolt = 0xf0e7,
|
||||||
bomb = 0xf1e2,
|
bomb = 0xf1e2,
|
||||||
@@ -100,7 +114,11 @@ namespace fa {
|
|||||||
cab = 0xf1ba,
|
cab = 0xf1ba,
|
||||||
calculator = 0xf1ec,
|
calculator = 0xf1ec,
|
||||||
calendar = 0xf073,
|
calendar = 0xf073,
|
||||||
|
calendarchecko = 0xf274,
|
||||||
|
calendarminuso = 0xf272,
|
||||||
calendaro = 0xf133,
|
calendaro = 0xf133,
|
||||||
|
calendarpluso = 0xf271,
|
||||||
|
calendartimeso = 0xf273,
|
||||||
camera = 0xf030,
|
camera = 0xf030,
|
||||||
cameraretro = 0xf083,
|
cameraretro = 0xf083,
|
||||||
car = 0xf1b9,
|
car = 0xf1b9,
|
||||||
@@ -116,7 +134,9 @@ namespace fa {
|
|||||||
cartplus = 0xf217,
|
cartplus = 0xf217,
|
||||||
cc = 0xf20a,
|
cc = 0xf20a,
|
||||||
ccamex = 0xf1f3,
|
ccamex = 0xf1f3,
|
||||||
|
ccdinersclub = 0xf24c,
|
||||||
ccdiscover = 0xf1f2,
|
ccdiscover = 0xf1f2,
|
||||||
|
ccjcb = 0xf24b,
|
||||||
ccmastercard = 0xf1f1,
|
ccmastercard = 0xf1f1,
|
||||||
ccpaypal = 0xf1f4,
|
ccpaypal = 0xf1f4,
|
||||||
ccstripe = 0xf1f5,
|
ccstripe = 0xf1f5,
|
||||||
@@ -138,12 +158,14 @@ namespace fa {
|
|||||||
chevronright = 0xf054,
|
chevronright = 0xf054,
|
||||||
chevronup = 0xf077,
|
chevronup = 0xf077,
|
||||||
child = 0xf1ae,
|
child = 0xf1ae,
|
||||||
|
chrome = 0xf268,
|
||||||
circle = 0xf111,
|
circle = 0xf111,
|
||||||
circleo = 0xf10c,
|
circleo = 0xf10c,
|
||||||
circleonotch = 0xf1ce,
|
circleonotch = 0xf1ce,
|
||||||
circlethin = 0xf1db,
|
circlethin = 0xf1db,
|
||||||
clipboard = 0xf0ea,
|
clipboard = 0xf0ea,
|
||||||
clocko = 0xf017,
|
clocko = 0xf017,
|
||||||
|
clone = 0xf24d,
|
||||||
close = 0xf00d,
|
close = 0xf00d,
|
||||||
cloud = 0xf0c2,
|
cloud = 0xf0c2,
|
||||||
clouddownload = 0xf0ed,
|
clouddownload = 0xf0ed,
|
||||||
@@ -158,13 +180,17 @@ namespace fa {
|
|||||||
columns = 0xf0db,
|
columns = 0xf0db,
|
||||||
comment = 0xf075,
|
comment = 0xf075,
|
||||||
commento = 0xf0e5,
|
commento = 0xf0e5,
|
||||||
|
commenting = 0xf27a,
|
||||||
|
commentingo = 0xf27b,
|
||||||
comments = 0xf086,
|
comments = 0xf086,
|
||||||
commentso = 0xf0e6,
|
commentso = 0xf0e6,
|
||||||
compass = 0xf14e,
|
compass = 0xf14e,
|
||||||
compress = 0xf066,
|
compress = 0xf066,
|
||||||
connectdevelop = 0xf20e,
|
connectdevelop = 0xf20e,
|
||||||
|
contao = 0xf26d,
|
||||||
copy = 0xf0c5,
|
copy = 0xf0c5,
|
||||||
copyright = 0xf1f9,
|
copyright = 0xf1f9,
|
||||||
|
creativecommons = 0xf25e,
|
||||||
creditcard = 0xf09d,
|
creditcard = 0xf09d,
|
||||||
crop = 0xf125,
|
crop = 0xf125,
|
||||||
crosshairs = 0xf05b,
|
crosshairs = 0xf05b,
|
||||||
@@ -204,6 +230,7 @@ namespace fa {
|
|||||||
exclamationcircle = 0xf06a,
|
exclamationcircle = 0xf06a,
|
||||||
exclamationtriangle = 0xf071,
|
exclamationtriangle = 0xf071,
|
||||||
expand = 0xf065,
|
expand = 0xf065,
|
||||||
|
expeditedssl = 0xf23e,
|
||||||
externallink = 0xf08e,
|
externallink = 0xf08e,
|
||||||
externallinksquare = 0xf14c,
|
externallinksquare = 0xf14c,
|
||||||
eye = 0xf06e,
|
eye = 0xf06e,
|
||||||
@@ -216,6 +243,7 @@ namespace fa {
|
|||||||
fastbackward = 0xf049,
|
fastbackward = 0xf049,
|
||||||
fastforward = 0xf050,
|
fastforward = 0xf050,
|
||||||
fax = 0xf1ac,
|
fax = 0xf1ac,
|
||||||
|
feed = 0xf09e,
|
||||||
female = 0xf182,
|
female = 0xf182,
|
||||||
fighterjet = 0xf0fb,
|
fighterjet = 0xf0fb,
|
||||||
file = 0xf15b,
|
file = 0xf15b,
|
||||||
@@ -241,6 +269,7 @@ namespace fa {
|
|||||||
filter = 0xf0b0,
|
filter = 0xf0b0,
|
||||||
fire = 0xf06d,
|
fire = 0xf06d,
|
||||||
fireextinguisher = 0xf134,
|
fireextinguisher = 0xf134,
|
||||||
|
firefox = 0xf269,
|
||||||
flag = 0xf024,
|
flag = 0xf024,
|
||||||
flagcheckered = 0xf11e,
|
flagcheckered = 0xf11e,
|
||||||
flago = 0xf11d,
|
flago = 0xf11d,
|
||||||
@@ -253,6 +282,7 @@ namespace fa {
|
|||||||
folderopen = 0xf07c,
|
folderopen = 0xf07c,
|
||||||
folderopeno = 0xf115,
|
folderopeno = 0xf115,
|
||||||
font = 0xf031,
|
font = 0xf031,
|
||||||
|
fonticons = 0xf280,
|
||||||
forumbee = 0xf211,
|
forumbee = 0xf211,
|
||||||
forward = 0xf04e,
|
forward = 0xf04e,
|
||||||
foursquare = 0xf180,
|
foursquare = 0xf180,
|
||||||
@@ -264,7 +294,10 @@ namespace fa {
|
|||||||
ge = 0xf1d1,
|
ge = 0xf1d1,
|
||||||
gear = 0xf013,
|
gear = 0xf013,
|
||||||
gears = 0xf085,
|
gears = 0xf085,
|
||||||
genderless = 0xf1db,
|
genderless = 0xf22d,
|
||||||
|
getpocket = 0xf265,
|
||||||
|
gg = 0xf260,
|
||||||
|
ggcircle = 0xf261,
|
||||||
gift = 0xf06b,
|
gift = 0xf06b,
|
||||||
git = 0xf1d3,
|
git = 0xf1d3,
|
||||||
gitsquare = 0xf1d2,
|
gitsquare = 0xf1d2,
|
||||||
@@ -283,10 +316,19 @@ namespace fa {
|
|||||||
group = 0xf0c0,
|
group = 0xf0c0,
|
||||||
hsquare = 0xf0fd,
|
hsquare = 0xf0fd,
|
||||||
hackernews = 0xf1d4,
|
hackernews = 0xf1d4,
|
||||||
|
handgrabo = 0xf255,
|
||||||
|
handlizardo = 0xf258,
|
||||||
handodown = 0xf0a7,
|
handodown = 0xf0a7,
|
||||||
handoleft = 0xf0a5,
|
handoleft = 0xf0a5,
|
||||||
handoright = 0xf0a4,
|
handoright = 0xf0a4,
|
||||||
handoup = 0xf0a6,
|
handoup = 0xf0a6,
|
||||||
|
handpapero = 0xf256,
|
||||||
|
handpeaceo = 0xf25b,
|
||||||
|
handpointero = 0xf25a,
|
||||||
|
handrocko = 0xf255,
|
||||||
|
handscissorso = 0xf257,
|
||||||
|
handspocko = 0xf259,
|
||||||
|
handstopo = 0xf256,
|
||||||
hddo = 0xf0a0,
|
hddo = 0xf0a0,
|
||||||
header = 0xf1dc,
|
header = 0xf1dc,
|
||||||
headphones = 0xf025,
|
headphones = 0xf025,
|
||||||
@@ -297,16 +339,29 @@ namespace fa {
|
|||||||
home = 0xf015,
|
home = 0xf015,
|
||||||
hospitalo = 0xf0f8,
|
hospitalo = 0xf0f8,
|
||||||
hotel = 0xf236,
|
hotel = 0xf236,
|
||||||
|
hourglass = 0xf254,
|
||||||
|
hourglass1 = 0xf251,
|
||||||
|
hourglass2 = 0xf252,
|
||||||
|
hourglass3 = 0xf253,
|
||||||
|
hourglassend = 0xf253,
|
||||||
|
hourglasshalf = 0xf252,
|
||||||
|
hourglasso = 0xf250,
|
||||||
|
hourglassstart = 0xf251,
|
||||||
|
houzz = 0xf27c,
|
||||||
html5 = 0xf13b,
|
html5 = 0xf13b,
|
||||||
|
icursor = 0xf246,
|
||||||
ils = 0xf20b,
|
ils = 0xf20b,
|
||||||
image = 0xf03e,
|
image = 0xf03e,
|
||||||
inbox = 0xf01c,
|
inbox = 0xf01c,
|
||||||
indent = 0xf03c,
|
indent = 0xf03c,
|
||||||
|
industry = 0xf275,
|
||||||
info = 0xf129,
|
info = 0xf129,
|
||||||
infocircle = 0xf05a,
|
infocircle = 0xf05a,
|
||||||
inr = 0xf156,
|
inr = 0xf156,
|
||||||
instagram = 0xf16d,
|
instagram = 0xf16d,
|
||||||
institution = 0xf19c,
|
institution = 0xf19c,
|
||||||
|
internetexplorer = 0xf26b,
|
||||||
|
intersex = 0xf224,
|
||||||
ioxhost = 0xf208,
|
ioxhost = 0xf208,
|
||||||
italic = 0xf033,
|
italic = 0xf033,
|
||||||
joomla = 0xf1aa,
|
joomla = 0xf1aa,
|
||||||
@@ -351,7 +406,11 @@ namespace fa {
|
|||||||
mailreply = 0xf112,
|
mailreply = 0xf112,
|
||||||
mailreplyall = 0xf122,
|
mailreplyall = 0xf122,
|
||||||
male = 0xf183,
|
male = 0xf183,
|
||||||
|
map = 0xf279,
|
||||||
mapmarker = 0xf041,
|
mapmarker = 0xf041,
|
||||||
|
mapo = 0xf278,
|
||||||
|
mappin = 0xf276,
|
||||||
|
mapsigns = 0xf277,
|
||||||
mars = 0xf222,
|
mars = 0xf222,
|
||||||
marsdouble = 0xf227,
|
marsdouble = 0xf227,
|
||||||
marsstroke = 0xf229,
|
marsstroke = 0xf229,
|
||||||
@@ -375,11 +434,19 @@ namespace fa {
|
|||||||
moono = 0xf186,
|
moono = 0xf186,
|
||||||
mortarboard = 0xf19d,
|
mortarboard = 0xf19d,
|
||||||
motorcycle = 0xf21c,
|
motorcycle = 0xf21c,
|
||||||
|
mousepointer = 0xf245,
|
||||||
music = 0xf001,
|
music = 0xf001,
|
||||||
navicon = 0xf0c9,
|
navicon = 0xf0c9,
|
||||||
neuter = 0xf22c,
|
neuter = 0xf22c,
|
||||||
newspapero = 0xf1ea,
|
newspapero = 0xf1ea,
|
||||||
|
objectgroup = 0xf247,
|
||||||
|
objectungroup = 0xf248,
|
||||||
|
odnoklassniki = 0xf263,
|
||||||
|
odnoklassnikisquare = 0xf264,
|
||||||
|
opencart = 0xf23d,
|
||||||
openid = 0xf19b,
|
openid = 0xf19b,
|
||||||
|
opera = 0xf26a,
|
||||||
|
optinmonster = 0xf23c,
|
||||||
outdent = 0xf03b,
|
outdent = 0xf03b,
|
||||||
pagelines = 0xf18c,
|
pagelines = 0xf18c,
|
||||||
paintbrush = 0xf1fc,
|
paintbrush = 0xf1fc,
|
||||||
@@ -429,6 +496,7 @@ namespace fa {
|
|||||||
reddit = 0xf1a1,
|
reddit = 0xf1a1,
|
||||||
redditsquare = 0xf1a2,
|
redditsquare = 0xf1a2,
|
||||||
refresh = 0xf021,
|
refresh = 0xf021,
|
||||||
|
registered = 0xf25d,
|
||||||
remove = 0xf00d,
|
remove = 0xf00d,
|
||||||
renren = 0xf18b,
|
renren = 0xf18b,
|
||||||
reorder = 0xf0c9,
|
reorder = 0xf0c9,
|
||||||
@@ -447,6 +515,7 @@ namespace fa {
|
|||||||
rub = 0xf158,
|
rub = 0xf158,
|
||||||
ruble = 0xf158,
|
ruble = 0xf158,
|
||||||
rupee = 0xf156,
|
rupee = 0xf156,
|
||||||
|
safari = 0xf267,
|
||||||
save = 0xf0c7,
|
save = 0xf0c7,
|
||||||
scissors = 0xf0c4,
|
scissors = 0xf0c4,
|
||||||
search = 0xf002,
|
search = 0xf002,
|
||||||
@@ -510,6 +579,8 @@ namespace fa {
|
|||||||
stepbackward = 0xf048,
|
stepbackward = 0xf048,
|
||||||
stepforward = 0xf051,
|
stepforward = 0xf051,
|
||||||
stethoscope = 0xf0f1,
|
stethoscope = 0xf0f1,
|
||||||
|
stickynote = 0xf249,
|
||||||
|
stickynoteo = 0xf24a,
|
||||||
stop = 0xf04d,
|
stop = 0xf04d,
|
||||||
streetview = 0xf21d,
|
streetview = 0xf21d,
|
||||||
strikethrough = 0xf0cc,
|
strikethrough = 0xf0cc,
|
||||||
@@ -528,6 +599,7 @@ namespace fa {
|
|||||||
tags = 0xf02c,
|
tags = 0xf02c,
|
||||||
tasks = 0xf0ae,
|
tasks = 0xf0ae,
|
||||||
taxi = 0xf1ba,
|
taxi = 0xf1ba,
|
||||||
|
television = 0xf26c,
|
||||||
tencentweibo = 0xf1d5,
|
tencentweibo = 0xf1d5,
|
||||||
terminal = 0xf120,
|
terminal = 0xf120,
|
||||||
textheight = 0xf034,
|
textheight = 0xf034,
|
||||||
@@ -551,6 +623,7 @@ namespace fa {
|
|||||||
toggleon = 0xf205,
|
toggleon = 0xf205,
|
||||||
toggleright = 0xf152,
|
toggleright = 0xf152,
|
||||||
toggleup = 0xf151,
|
toggleup = 0xf151,
|
||||||
|
trademark = 0xf25c,
|
||||||
train = 0xf238,
|
train = 0xf238,
|
||||||
transgender = 0xf224,
|
transgender = 0xf224,
|
||||||
transgenderalt = 0xf225,
|
transgenderalt = 0xf225,
|
||||||
@@ -558,13 +631,15 @@ namespace fa {
|
|||||||
trasho = 0xf014,
|
trasho = 0xf014,
|
||||||
tree = 0xf1bb,
|
tree = 0xf1bb,
|
||||||
trello = 0xf181,
|
trello = 0xf181,
|
||||||
|
tripadvisor = 0xf262,
|
||||||
trophy = 0xf091,
|
trophy = 0xf091,
|
||||||
truck = 0xf0d1,
|
truck = 0xf0d1,
|
||||||
fa_try = 0xf195, // add prefix fa_ (try is a keyword)
|
fa_try = 0xf195,
|
||||||
tty = 0xf1e4,
|
tty = 0xf1e4,
|
||||||
tumblr = 0xf173,
|
tumblr = 0xf173,
|
||||||
tumblrsquare = 0xf174,
|
tumblrsquare = 0xf174,
|
||||||
turkishlira = 0xf195,
|
turkishlira = 0xf195,
|
||||||
|
tv = 0xf26c,
|
||||||
twitch = 0xf1e8,
|
twitch = 0xf1e8,
|
||||||
twitter = 0xf099,
|
twitter = 0xf099,
|
||||||
twittersquare = 0xf081,
|
twittersquare = 0xf081,
|
||||||
@@ -589,6 +664,7 @@ namespace fa {
|
|||||||
venusmars = 0xf228,
|
venusmars = 0xf228,
|
||||||
viacoin = 0xf237,
|
viacoin = 0xf237,
|
||||||
videocamera = 0xf03d,
|
videocamera = 0xf03d,
|
||||||
|
vimeo = 0xf27d,
|
||||||
vimeosquare = 0xf194,
|
vimeosquare = 0xf194,
|
||||||
vine = 0xf1ca,
|
vine = 0xf1ca,
|
||||||
vk = 0xf189,
|
vk = 0xf189,
|
||||||
@@ -602,13 +678,18 @@ namespace fa {
|
|||||||
whatsapp = 0xf232,
|
whatsapp = 0xf232,
|
||||||
wheelchair = 0xf193,
|
wheelchair = 0xf193,
|
||||||
wifi = 0xf1eb,
|
wifi = 0xf1eb,
|
||||||
|
wikipediaw = 0xf266,
|
||||||
windows = 0xf17a,
|
windows = 0xf17a,
|
||||||
won = 0xf159,
|
won = 0xf159,
|
||||||
wordpress = 0xf19a,
|
wordpress = 0xf19a,
|
||||||
wrench = 0xf0ad,
|
wrench = 0xf0ad,
|
||||||
xing = 0xf168,
|
xing = 0xf168,
|
||||||
xingsquare = 0xf169,
|
xingsquare = 0xf169,
|
||||||
|
ycombinator = 0xf23b,
|
||||||
|
ycombinatorsquare = 0xf1d4,
|
||||||
yahoo = 0xf19e,
|
yahoo = 0xf19e,
|
||||||
|
yc = 0xf23b,
|
||||||
|
ycsquare = 0xf1d4,
|
||||||
yelp = 0xf1e9,
|
yelp = 0xf1e9,
|
||||||
yen = 0xf157,
|
yen = 0xf157,
|
||||||
youtube = 0xf167,
|
youtube = 0xf167,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
<file>fonts/fontawesome-4.3.0.ttf</file>
|
<file>fonts/fontawesome-4.4.0.ttf</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|||||||
Binary file not shown.
@@ -16,7 +16,7 @@ Updated to FontAwesome 4
|
|||||||
|
|
||||||
This library has been updated to Font Awesome version 4.
|
This library has been updated to Font Awesome version 4.
|
||||||
|
|
||||||
The current Font Awesome version is **4.3.0**.
|
The current Font Awesome version is **4.4.0**.
|
||||||
|
|
||||||
* You can find the previous FontAwesome 4 c++11 library in the [c++11 branch](https://github.com/gamecreature/QtAwesome/tree/c++11).
|
* You can find the previous FontAwesome 4 c++11 library in the [c++11 branch](https://github.com/gamecreature/QtAwesome/tree/c++11).
|
||||||
* You can find the previous FontAwesome 3 library in the [fontawesome-3 branch](https://github.com/gamecreature/QtAwesome/tree/fontawesome-3).
|
* You can find the previous FontAwesome 3 library in the [fontawesome-3 branch](https://github.com/gamecreature/QtAwesome/tree/fontawesome-3).
|
||||||
|
|||||||
Reference in New Issue
Block a user