[SOLVED] Can we use Bootstrap technology for getting its icon and using in QML?
-
hi guys
i want to know that can we use Bootstrap or Font Awsome icons in QML Desktop Applications like using in website?
Bootstrap:
http://getbootstrap.com/components/
Font Awesome:
http://fontawesome.io/icons/thanks
-
Bootstrap uses glyphicons, you can just go and download the glyphicons and use them as per normal icons/images.
-
You can download FontAwesome project(it is on GitHub), take font at fonts/fontawesome-webfont.ttf and include in your project using FontLoader.
For installing icon you can use unicode from web site.
"Here":http://kdeblog.mageprojects.com/2012/11/20/using-fonts-awesome-in-qml/ is great example of structure organization -
Hi! You can check this https://github.com/brexis/qml-bootstrap, Qml compoments inspired from Ionic framework style for mobile and desktop Qt/Qml projects.