Tag: Qt
-
Monthly update, February and March 2025
Preparing for release is a pain.
Read on... -
Building QT from sources
Building AT apps using the QT online installer and Qt Creator is mostly trivial to do these days. Building your app on various platforms using CI is a completely different story.
Read on... -
Monthly update, June 2024
NextApp now runs on my phone!
Read on... -
Fun with gRPC and C++
A dive into asynchronous servers and clients using C++ and gRPC in 2023 - 2024
-
Part 11: Using QT's native gRPC support
Here we implement a client using QT 6.8 with an interactive QML UI!
-
Part 10: Exploring how to implement the client using gRPC async callbacks
Here we implement all four operations as actual - usable - methods with event-callbacks.
-
Part 9: Exploring how to implement the server using gRPC async callbacks
Here we implement all four operations using the newer - and much nicer - callback interface.
-
Part 11: Using QT's native gRPC support
-
Monthly update, May 2024
Lots of work on Next-app this month
Read on... -
QT resources
Links to good, relevant information about QT and QML
Read on... -
Some words about a simple experiment with QT
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
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
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
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
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...