C++The Pimpl Programming Pattern - What You Should Know

C++, Pimpl

Basics

You may come across the Pimpl template under other names: d-pointer, compiler firewall, or even Cheshire Cat template or opaque pointer.

In its main form, the template looks like this:

  • In a class, we move all private members to …
Read

QtWriting a custom Qt 3D aspect - part 2

Qt 3D, OpenGL, C++, Qt

Introduction

In the previous article we reviewed the custom aspect creation process and showed how to create (most of) the front-end functionality. In this article, we will continue to build our user facet by implementing the appropriate backend types, registering …

Read

QtWriting a custom Qt 3D aspect - part 1

Qt 3D, OpenGL, C++, Qt

Introduction

Qt 3D has a flexible and extensible architecture that allows us to easily add new functionality to it without breaking existing features. The functionality of Qt 3D is divided into so-called aspects, each of which encapsulates a specific subject …

Read
Evgenii Legotckoi
Nov. 1, 2017, 12:40 p.m.

QMLQML - Tutorial 032. Create Custom QuickItem from C ++ using OpenGL tools

QQuickItem, QQuickPaintedItem, QML, Qt, C++

In tutorial 024 , I showed an example of creating a custom QML object in C ++ using QQuickPaintedItem , which has a paint() method, and in this paint method, you can draw the necessary objects on the graphics scene …

Read
Evgenii Legotckoi
Oct. 16, 2017, 3:31 a.m.

C++C++ - Tutorial 011. Exceptions

C++, throw, catch, exception

What is an exception? This is a situation that is not provided by the standard behavior of the program. For example, an attempt to access an element in the Vector class (which we discussed in the article about classes ), …

Read
Evgenii Legotckoi
Oct. 15, 2017, 2:41 a.m.

C++C++ - Tutorial 010. Namespaces

namespaces, C++

In addition to functions, classes, and enumerations, C ++ provides namespaces as a mechanism for controlling and controlling the repeated names of functions and classes. For example, if you name some of your functions with names that intersect with the …

Read
Evgenii Legotckoi
Oct. 8, 2017, 2:46 a.m.

SFMLSFML - Tutorial 001. Connecting the SFML library to a project on Qt

SFML, Qt, C++, QWidget

SFML is an object-oriented analog SDL. The library provides easy access to the systems of input-output, audio, data network, as well as to OpenGL functionality.

And what if, in addition, to add to this library also the Qt functionality, get …

Read
Evgenii Legotckoi
Sept. 15, 2017, 1:05 a.m.

C++C++ - Tutorial 009. Modularity

C++, Modularity

The key to managing this is to clearly define the interactions among those parts. The first and most important step is to distinguish between the interface to a part and its implementation. At the language level, C++ represents interfaces by …

Read
Evgenii Legotckoi
July 23, 2017, 2:05 p.m.

QtQt/C++ - Tutorial 068. Hello World using the CMAKE build system in CLion

C++, Qt, cmake

Write "Hello, World !!!" On Qt in the IDE CLion using the CMAKE build system. The emphasis on the fact that the project is being developed in IDE CLion was made because to work with the project it is necessary …

Read
Evgenii Legotckoi
July 8, 2017, 4:40 p.m.

C++C++ - Tutorial 007. Classes

C++, class

The availability of data that is publicly available in the structure has its advantages, providing complete freedom of action. However, we may want to hide the variables that are used in the data type to make the type behavior more …

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