Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Announcements
  4. FontAwesome.pri - Install Font Awesome via qpm
Forum Updated to NodeBB v4.3 + New Features

FontAwesome.pri - Install Font Awesome via qpm

Scheduled Pinned Locked Moved Announcements
2 Posts 2 Posters 2.4k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • benlauB Offline
    benlauB Offline
    benlau
    Qt Champions 2016
    wrote on last edited by
    #1

    Project: https://github.com/benlau/fontawesome.pri
    License: Apache 2.0 (For source code only)

    FontAwesome.pri

    FontAwesome.pri bundle FontAwesome font and icon table into a single module for QML project.

    Features

    1. Installable by qpm
    2. Work well with Qt Quick Designer. Able to show icons in "Design" mode
    3. Auto completion of icon name works in Qt Creator.

    Example

    import QtQuick 2.0
    import FontAwesome 1.0
    
    Text {
     text: FontAwesome.addressBook
     font.family: FontAwesome.fontFamily
    }
    

    Screenshot

    Installation

    Install FontAwesome.pri by qpm:

    qpm install font.awesome.pri
    

    Add "qrc://" to your QML import path

    engine.addImportPath("qrc:///"); // QQmlEngine
    

    For complete icon list, please check the FontAwesome.qml file.

    1 Reply Last reply
    4
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Thanks for sharing !

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved