Creating Battery Level Indicator in Qt/QML using Icon Font

The purpose of this post is to create a battery charge level indicator in Qt/QML. For the buttery icon we’ll useĀ Font Awesome, which is a free icon font, so that we don’t need to design the icon from scratch. Here is the list of contents of this post. Contents – Steps 1. Download icon font… Continue reading “Creating Battery Level Indicator in Qt/QML using Icon Font”

Installing the Latest Qt Creator on Ubuntu Linux

This is a step-by-step procedure to install the latest official release of Qt Creator onto Ubuntu Linux PC. Qt Creator can be installed by “apt-get” command, however in that case you may not get the latest version. In this post we’ll use the online installer so that we can get the latest version. For the… Continue reading “Installing the Latest Qt Creator on Ubuntu Linux”