Qt Creator Cross Compiling Environment for Raspbian Stretch using QtRpi

This post shows how to create Qt Creator cross development environment on Ubuntu PC for Raspbian Stretch by using QtRpi. Although QtRpi does not officially support Raspbian Stretch [1], additional few steps make it possible to create the cross development environment for Stretch. (For Raspbian Jessie, please see this post.)   Contents – Assumptions – Steps 1. Host Preparation (Ubuntu) 2.… Continue reading “Qt Creator Cross Compiling Environment for Raspbian Stretch using QtRpi”

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”

Qt Creator Cross Compiling Environment for Raspberry Pi3 with QtRpi

Update (June 2, 2018): If you are using Raspbian Stretch, please check this post. The steps below are for Raspbian Jessie. This is the steps how I created Qt Creator cross compiling environment on Ubuntu PC for Raspberry Pi 3 B+ by using QtRpi. Thanks to QtRpi, it’s pretty straightforward. I followed the official site and… Continue reading “Qt Creator Cross Compiling Environment for Raspberry Pi3 with QtRpi”

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”