Qt → Qt/C++ Tutorial 092. Creating translations for external text sources
Qt 6, Qt, Qt 5, QtLinguist, translation
Today we will discuss a rather interesting option for adding translation to a Qt/C++ application. Namely, adding translations for texts from external sources when you display texts from databases, an external API, or just some other files.
Such a situation …
ReadPython → Python: How to Test Internet Speed
Probably, you have used the
speedtest
website before, but did you know that speedtest has a python library.
In this tutorial, We will learn to use the speedtest library to test your internet Speed. We'll also learn how to use …
Qt → Installing the QIBASE (Firebird) Qt 6.2.1 driver on openSUSE Tumbleweed
Another reinstallation. I decided to install Qt 6 already.
The firebird components are installed as follows
Add to .bashrc
# custom PATH Qt 6 export PATH="$PATH:~/Qt/6.2.1/gcc_64/bin"
check if cmake is installed
and then as in the documentation https://doc-snapshots.qt.io/qt6-dev/sql-driver.html , only …
ReadQt → Release of the C++/Qt and QML application deployment utility CQtDeployer v1.5.0
deploy, cqtdeployer, QML, Qt, deb
Release of the C++/Qt and QML application deployment utility CQtDeployer v1.5.0
This is the first major update in 2021. CQtDeployer 1.5 contains many useful improvements. The biggest improvements are the addition of the ability to package deb packages, and the …
ReadQt → How to display debug Qt symbols if you are using CLion instead of QtCreator
I welcome everyone.
As everyone has known for a long time, Qt has already steadily switched to CMake, replacing QMake.
And this means that you and I can use other IDEs to work with this framework.
CLion works great with …
EVILEG → Happy New Year to all EVILEG Community !!!
Dear EVILEG users!
I congratulate you on the coming New Year!!!
I wish you happiness, health and success in programming in the new 2021!!!
As the creator of the site, I am very pleased that such a great community has …
ReadC++ → Generating pseudo-random numbers in Qt (QRandomGenerator)
This note is a small addition to the article Generating pseudo-random numbers using the random STD library . The author omitted one of the useful functions of the QRandomGenerator class in it. The generator implementation is as follows:
ReadQRandomGenerator *rg …
Qt → Asynchronous APIs in Qt 6
QFuture, Asynchronous, QtConcurrent, Qt, QThreadPool, Qt 6
As readers may already know, Qt provides several threading constructs (threads, mutexes, wait states, etc.) as well as higher-level APIs such as QThreadPool, Qt Concurrent, and other related classes. This article will cover the higher level asynchronous APIs and the …
ReadPython → 5 Ways to Remove Unnecessary Characters from a String in Python
Remove specific characters from the string
Let's use ' str.replace '
With the help of * str.replace *, we can change some characters to others. If we just want to remove some characters, then we simply replace them with an …
ReadQt → Qt Design Studio - Sketch Bridge tutorial part 2
Sketch, Qt Design Studio, UI/UX, Tutorial
Welcome to the second part of the Sketch Bridge for Qt Design Studio guide. At the end of the first part, you created the first button and made it work in various states in Qt Design Studio (abbreviated as qds …
Read- Unknown akadamn
- Jan. 24, 2025, 3:14 p.m.
Qt - Test 001. Signals and slots
- Result:84points,
- Rating points4
- Unknown akadamn
- Jan. 24, 2025, 2:22 p.m.
Qt - Test 001. Signals and slots
- Result:42points,
- Rating points-8