Articles with tag QT

QT resources

Published:

Links to good, relevant information about QT and QML

Read on...

Some words about a simple experiment with QT

Published:

What does it take to make a simple Qt/QML application and deploy it on iOS, Android, macos, Linux, Windows? Let's find out!

Read on...

Getting QSqlRecord right

Published:

I wasted quite some hours figuring out how to correctly insert new records in a QSqlTableModel derived class.

Read on...

Afterthoughts after creating a QT Desktop application

Published:

Just some thoughts and lessons learned after I created a X-platform QT Desktop application

Read on...

How to make a dmg package for macos for a QT Application

Published:

It's actually quite simple, once you figure out how to sign the package.

Read on...

X-platform build of a QT Application using a Jenkins pipeline

Published:

I set out to build a QT desktop application on Linux (several flavors of Debian and Ubuntu), macOS and Windows (64 bit builds) using Jenkins with slaves and Docker build-containers that is created on demand.

Read on...