Alternatives for Virtual Keyboards

With touchscreen-based systems such as tablets, smart phones and embedded devices, there is often a need for a virtual or on-screen keyboard. Qt itself does not provide a virtual keyboard and I am often asked for recommendations on approaches for a virtual keyboard. Let's look at some of the options available.

Summer Grab Bag

To better support the embedded market, the Raspberry Pi Foundation now offers the Compute Module (3), a Raspberry Pi in a more flexible form factor intended for industrial applications.

July 28, 2014

Date

Summertime is in Full Swing

It seems to be vacation season, so there is less than half the normal traffic on the Qt lists.

It looks like there might be a 5.3.2 patch release in the future.

Have a great week!

What's New in Qt 5.3: QPrinterInfo

The Qt 5.3 release made a lot of "under the hood" improvements to the internals of the Qt printing system. There were also some changes visible at the API level. One of the more noticeable changes was to add enhancements to the QPrinterInfo class. In this blog post, I'll go over this class and present an example application illustrating how to use it.