Qt → Efficient QString Concatenation with Folding C ++ 17 Template Parameters
It's common in C++ to have operator+to perform string concatenation, whether you're using the standard library (or STL) or Qt. This allows you to write things like the following snippet:
- QString statement{"I'm not"};
- QString number{"a number"};
- QString space{" "};
- QString …
Qt → Introducing Qt Quick 3D: A High-Level 3D API for Qt Quick
Graphics, OpenGL, qt, 3D, Quick
The developers have been looking into how to integrate 3D and Qt Quick as deeply as possible, resulting in a new project called Qt Quick 3D which provides a high-level API for creating 3D content for user interfaces from Qt …
Projects based on Qt → Release of the Qt-Secret encryption library v1.2.0 with RSA8192 support
BIGInt, RSA, GMP, qt, encryption, AES, QuasarApp, Qt-Sekret, Library
After a month of development, a release has been prepared for the cross-platform encryption library Qt-Secret v1.2.0 simultaneously with the release of a library of integer calculations of a certain size QtBigInt . The original Qt-Secret text components are shipped …
Qt → Installing the QIBASE driver (Firebird) Qt 5.11 Suse LEAP 42.3
Leap, SuSE, qt, Fierbird, QIBASE
Decided to update Qt. Each time this entails reinstalling the drivers for working with databases.
I decided to write down the sequence of actions.
I hope I save someone a couple of hours. :-)
Install Qt 5.11.
The Qt documentation …
Qt → Development on Qt for iOS
Preamble
The most democratic country in the world has created the most totalitarian operating system. Therefore, if you want to test your software on an iPad or IPhone, you must register with https://developer.apple.com/ as a developer. At the first stage, …
Qt → Using the capabilities of winExtras when working with QML
qt, TaskbarButton, JumpList, qml, ThumbnailToolBar, winextras
Some time ago I wrote several articles about using the QtWinExtras library, which opens access to special features that are available only for Windows. Now I want to say a few words about how to repeat, too, using QML. For …
Qt → Using gif animation in Qt using the QMovie class
анимация, gif, gif-анимация, qmovie, qt
Everyone saw beautiful animated images on the Internet. They can be downloaded to your computer as a file with the gif extension. The question arises: can I use these images in my programs? It is possible, the Qt library answers. …
QML → QML - Lesson 001. TextEdit IP Address Validation
ip address, ip адрес, lineedit, qlineedit, QLineEdit example, QLineEdit IP Address, qt, qtcreator, qml
Available similar articles on Qt/С++ and PyQt5/Python
For the full set of lessons on Qt, on validation of IP-addresses to add Article also option to Qt/QML.
There is also a data entry field, in which we will enter the IP-address. …
PyQt5 → PyQt5 - Lesson 002. Hello World on PyQt5
qt5, qt, PyCharm, qt уроки, PyQt5
Python - a high-level general purpose programming language, focused on improving developer productivity and code readability. And also widely used for writing Web-based applications. But to work with Qt for Python was developed Library PyQt5 by Riverbank Computing, which is …
Qt → Qt/C++ - Lesson 025. Creating Project Files
sources, headers, qt, config, libs, qt5, qmake
Project files contain all the information required by qmake to build your application, library, or plugin. Generally, you use a series of declarations to specify the resources in the project, but support for simple programming constructs enables you to describe …
- 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
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…