Development diaries → Simple Tracker project. Part 1: project requirements
Qt, Iscander Che, C++, Simple Tracker
The project implements a simple issue tracker primarily for software projects stored in Subversion. I hope to use it only for myself. If readers of this resource are interested, I will try to refine the code to the possibility of …
Qt → Qt 5.12.4 released with OpenSSL 1.1.1 support
Releases, openssl, OpenSSL, Qt, Выпуск
Qt 5.12.4, the fourth release of the Qt 5.12 LTS patch, was released today. The Qt 5.12.4 release contains a number of bug fixes as well as performance improvements along with a number of other enhancements. As an important new …
Software → Release of C ++ / QML application deployment utility CQtDeployer v1.2.3
Qt, C++, cqtdeployer, QML
After a month of development, a release of the cross-platform utility CQtDeployer v1.2.3 has been prepared. The source texts of the CQtDeployer components are shipped under LGPLv3 licenses.
What is new:
- Added support for qt.conf for Windows builds
qt.conf is …
Qt → Data encryption by RSA algorithm in Qt with public and private keys without binding to OpenSSL
RSA, Public key, ge, шифрование в qt, публичный и приватные ключи, crypto, private key, AES, cryptography, QuasarApp, Qt, asynchronous encryption, Qt-Sekret
Introduction
In this article there is a way how to organize message encryption, as well as use RSA (public and private keys) algorithms without libraries similar to OpenSSL, QCA or LibSodium.
How does it work?
Why is it necessary?
There …
Qt → Printing the exact contents of a QTableView (QTableWidget)
QPrintPreviewDialog, QTableView, print, QTableWidget, Qt
Good day.
Again as a note.
There was a need to print an exact copy of the contents of QTableWidget with delegates, etc.
It turned out the following:
- void FinalPage::on_pushButtonPrint_clicked()
- {
- int width = 0;
- int height = 0;
- int …
Qt → Introduction to QtCoAP
It is a client-side implementation of the Constrained Application Protocol (CoAP) for the Internet of Things. The library provides a quick and easy way to use the CoAP protocol in your cross-platform Qt applications. As previously announced, QtCoAP will be …
Qt → Deploying Qt and QML Applications on Linux and Windows
Переносимость приложений, QML, cqtdeployer, deployment, переносимость qt, windows, Развертывание, Run Linux Application, Qt, linux, deploy
Introduction
In this article we will look at how to properly collect all qt dependencies for your application, which was collected dynamically.
For a start, a little theory.
Why is this needed?
There are several ways to build applications, the …
- Last comments
- AKApril 1, 2025, 11:41 a.m.Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Now discuss on the forum
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…
- Спасибо большое за помощь и простите за то что отнял время своей невнимательностью.