mafulechka
Nov. 20, 2019, 3:05 p.m.

QtEfficient QString Concatenation with Folding C ++ 17 Template Parameters

qt, QString, expression

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:

  1. QString statement{"I'm not"};
  2. QString number{"a number"};
  3. QString space{" "};
  4. QString
Read
mafulechka
Sept. 2, 2019, 3:04 p.m.

QtIntroducing 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 …

Read
Andrei Yankovich
July 21, 2019, 12:36 a.m.

Projects based on QtRelease of the Qt-Secret encryption library v1.2.0 with RSA8192 support

BIGInt, RSA, GMP, qt, encryption, AES, QuasarApp, Qt-Sekret, Library

Qt-Secret logo


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 …

Read
Ruslan Polupan
May 30, 2018, 2:01 p.m.

QtInstalling 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 …

Read
alex_lip
Jan. 15, 2018, 1:15 a.m.

QtDevelopment on Qt for iOS

ios, qt

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, …

Read
Дмитрий
Aug. 12, 2017, 12:58 a.m.

QtUsing 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 …

Read
Дмитрий
July 6, 2017, 10:22 p.m.

QtUsing 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. …

Read
Evgenii Legotckoi
Nov. 12, 2016, 9:16 p.m.

QMLQML - 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. …

Read
Evgenii Legotckoi
Sept. 3, 2016, 9:03 p.m.

PyQt5PyQt5 - 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 …

Read
Evgenii Legotckoi
Oct. 16, 2015, 10:25 p.m.

QtQt/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 …

Read
  • Last comments
  • AK
    April 1, 2025, 11:41 a.m.
    Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
  • Evgenii Legotckoi
    March 9, 2025, 9:02 p.m.
    К сожалению, я этого подсказать не могу, поскольку у меня нет необходимости в обходе блокировок и т.д. Поэтому я и не задавался решением этой проблемы. Ну выглядит так, что вам действитель…
  • VP
    March 9, 2025, 4:14 p.m.
    Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
  • ИМ
    Nov. 22, 2024, 9:51 p.m.
    Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
  • Evgenii Legotckoi
    Oct. 31, 2024, 11:37 p.m.
    Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup