[SOLVED] Can we use Bootstrap technology for getting its icon and using in QML?
-
wrote on 12 Mar 2014, 17:44 last edited by
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
-
wrote on 12 Mar 2014, 22:37 last edited by
Bootstrap uses glyphicons, you can just go and download the glyphicons and use them as per normal icons/images.
-
wrote on 13 Mar 2014, 06:50 last edited by
thanks gemmell
but i know that i can download icons and using themi mean bootstrap css files and technology.
-
wrote on 13 Mar 2014, 07:05 last edited by
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 -
wrote on 13 Mar 2014, 07:12 last edited by
thanks Roumed
i got its project
and i saw its font
i m trying to using -
wrote on 13 Mar 2014, 09:31 last edited by
Just embed a webview. Voila. Embedded webpage.
-
wrote on 22 Dec 2015, 11:41 last edited by
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.