Ruslan Polupan
Jan. 17, 2020, 7:04 p.m.

QtPlace the application window at the top and center of the main screen (monitor)

primaryScreen, QScreen

Пополняю свой склерозник....
Возникла необходимость разместить главный виджет приложения прикрепленный посредине верхней части основного экрана, т.е. основного монитора.


  1. void MainWidget::moveToTopCenter()
  2. {
  3. auto screen = QGuiApplication::primaryScreen(); //опеределянм главный экран
  4. QRect rect = screen->geometry(); //размер экрана
  5. QPoint center = rect.center(); //координаты центра …
Read
Александр Панюшкин
Dec. 25, 2019, 1:58 a.m.

QtCreating an iOS app in QtCreator

iOS, Qt, appstore

This article is a note to myself on the topic of creating an iOS application in the QtCreator environment.

Task: to make an application for iPhone/iPad, which can be uploaded to the AppStore. At the same time, use QtCreator tools …

Read
mafulechka
Dec. 11, 2019, 5:18 p.m.

QtQt Design Studio 1.4 Beta released

Quick, Qt, Release, QML, UI, UX

We are happy to announce the beta version of Qt Design Studio 1.4

Qt Design Studio is a User Interface (UI) design and development tool that allows designers and developers to rapidly prototype and develop complex user interfaces. Both designers …

Read
mafulechka
Dec. 7, 2019, 7:11 p.m.

QtParsing XML with Qt: Updates for Qt 6

Qt, XML, Parsing, Qt 6

It's been a long time since articles have touched on parsing XML documents with Qt. I would like to share some fresh news about the expected changes in the next releases. But first, let's recap what Qt currently provides for …

Read
mafulechka
Dec. 6, 2019, 3:53 p.m.

Unreal Engine 4Effective Virtual Police Training Environment in VR by V-Armed

VR, UE4, Unreal

Virtual reality has seen many implementations in the education and simulation sector, from brain surgery to military operations. VR (virtual reality) based law enforcement training is now available for police officers to quickly and safely prepare them for various situations. …

Read
Evgenii Legotckoi
Dec. 2, 2019, 1:22 a.m.

QtQt/C++ - Tutorial 090. How to make a learning dialogue with highlighting widgets in the program

Qt, QWidget, Stylesheet, Tutorial

I suggest studying a small application in which a dialog box will be created, thanks to which the user can be trained in the functionality of your program, step by step explaining which program widget is responsible for what.

To …

Read
Ruslan Polupan
Nov. 26, 2019, 5:10 p.m.

FirebirdUpdating table data based on a selection from another table using EXECUTE BLOCK

execute block, FireBird

Good day!
More work notes.
There was a need to update the data on the IP addresses of the database servers on the objects.
Those. Based on the result of the SELECT, perform an UPDATE on another table.


We will …

Read
Evgenii Legotckoi
Nov. 26, 2019, 4:53 a.m.

PyQt5PyQt5 - Tutorial 009. Using QThread with MoveToThread

moveToThread, QObject, QThread, PyQt5, Qt

Based on one of the questions on the forum, I wrote an example on using QThread in PyQt5, as well as using the moveToThread method to move the class object of the inherited QObject to another thread.

In this example, …

Read
Evgenii Legotckoi
Nov. 26, 2019, 2:35 a.m.

QMLQML - Tutorial 038. Using the clip property to crop child objects inside Item or Rectangle

clip, ListView, OpacityMask, QML

Quite often, the same question arises on the forum regarding the problem of displaying content embedded in any QML objects.

The most common manifestation of this problem is when ListView content scrolls beyond its scope. In any case, this is …

Read
mafulechka
Nov. 23, 2019, 3:02 p.m.

GameDevValve To Release Source 2 Tools With Half-Life: Alyx Next March

Valve, Half-Life, VR, Tools

The last entry in the Half-Life series was a very long time ago, so there are more developer tools based on Valve's current Source 2 internal engine.

Along with today's official reveal of their exclusive VR game Half-Life: Alyx, Valve …

Read
Evgenii Legotckoi
Nov. 22, 2019, 1:03 p.m.

DjangoDjango - Tutorial 050. Creating Dynamic Site Settings Using SingletonModel

SingletonModel, Model, Django, singleton

Let's say you create a site with CMS based on Django, which must have some kind of dynamic site settings that will be available to the user. For example, the name of the site, some specialized information, while you take …

Read
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
  • 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