© 2022 Hashnode
#qt
GSettings is actually a set of APIs that can use multiple storage backends. By default, dconf is used as backend, and keyfile can also be used as backend. However, since gio provides the GKeyFile structure to process keyfile files, the GSet…
In this post, we create and use self-signed certificates to encrypt connections on the Cute server. We will configure both one-way and two-way SSL authentication. The Cute server is a next-gen server …
This post is the first in a series of posts illustrating how the Cute server empowers developers to create modern connected systems by enabling them to use the Qt's signals and slots mechanism over a …
Connected systems are everywhere. Apps interact with servers to enrich the user experience. Systems have their architecture expressed as a set of microservices communicating over networks. Successful …
Introduction I've always wanted to be a part of a development conference ever since I started working in the role of a software developer. I feel that attending conferences helps one to be acquainted …
Introduction In Qt6, CMake became Qt's default build system, replacing qmake. Unfortunately, the transition was not smooth. In the first Qt6 releases, Android support was missing. iOS requires native …
Introduction In a previous post, we introduced the Cute server and explained how it enables developers to use Qt's signals and slots over a network. This post shows how the Cute server behaved under a…
Hi everybody! This blog is about the Cute server. Cute is a high-performance, Linux-based server that extends Qt's signals and slots to network communication. There are also client SDKs for Linux, Win…
Introduction This post is in continuation of ScrollArea to FlowLayout of QTableWidgets Part-1 In this post, you will learn how to fix the issue related to working of the scrollarea which occurs in Par…
Introduction In this blog post, I am going to solve a common confusion that most of you might be having while working on Qt. The confusion is about displaying the widget in the main window or on its o…