Evgenii Legotckoi
June 15, 2017, 12:58 p.m.

QtQt/C++ - Tutorial 067. Using QMultiMap for a dictionary of synonyms

Qt, QMultiMap, QTableView, QStandardItemModel

QMultiMap is a class inherited from QMap, which allows you to store multiple values for a single key. That is, the key can be repeated. This class can be used, for example, to represent a dictionary of synonyms.

Let's write …

Read
Evgenii Legotckoi
March 30, 2017, 11:47 p.m.

QtQt/C++ - Lesson 061. Adding images to the application using the Drag And Drop method from the file manager

QDropEvent, QStyledDelegate, QListView, QStandardItemModel

Let's write a small application that will allow Drag and Drop to drag and drop images from the file manager into the application itself. In this application, there will be an image preview area and a list of all the …

Read
Evgenii Legotckoi
Jan. 22, 2017, 9:33 p.m.

QtQt/C++ - Lesson 059. Do I need to delete QStandardItem object from the memory after the call clear method in a data model?

QStandardItem, QStandardItemModel

When working with tables, and generally with different data in C ++ requires control over the removal to avoid memory leaks. But whether you want a total control of the removal of QStandardItem objects placed in QStandardItemModel , which has …

Read
Evgenii Legotckoi
Aug. 28, 2016, 9:08 p.m.

QtQt/C++ - Lesson 054. Reading data from a CSV file, and their representation via QStandardItemModel

CSV, Qt, QTableView, QStandardItemModel

CSV data format ( Comma-Separated Values ) format is the simplest representation of tabular data. This format is supported by Excel and many other office suites. For example, I often encounter this format when uploading statistics do the site of …

Read
Evgenii Legotckoi
June 29, 2016, 7:06 p.m.

QtQt/C++ - Lesson 051. QMediaPlayer – simple audio player

QStandardItemModel, QMediaPlayer, QMediaPlaylist, Qt, аудио плеер

I suggest to write a simple audio player for mp3 files using Qt/C++, which will have a playlist, the ability to start / pause / stop tracks, as well as scroll through the tracks.

For the implementation of this ideas …

Read
  • Last comments
  • Evgenii Legotckoi
    April 16, 2025, 5:08 p.m.
    Благодарю за отзыв. И вам желаю всяческих успехов!
  • IscanderChe
    April 12, 2025, 5:12 p.m.
    Добрый день. Спасибо Вам за этот проект и отдельно за ответы на форуме, которые мне очень помогли в некоммерческих пет-проектах. Профессиональным программистом я так и не стал, но узнал мно…
  • 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, установлены. Кроме одного... Когда пытаюсь скомпилиров…