Evgenii Legotckoi
Sept. 4, 2015, 9:30 p.m.

QtQt/C++ - Lesson 015. QTableWidget – How to create a table with checkboxes?

Qt Таблица, QTableWidget example, QTableWidget пример, Qt, QTableWidget

Using QTableWidget will be the first in a manner that will advise you to create tables with checkboxes on Qt. So let's look at this option and work with tables in Qt and certainly applicable checkboxes.

So, the lesson to …

Read
Evgenii Legotckoi
Sept. 3, 2015, 3:19 p.m.

Data Transmission TechnologiesEthernet over SDH

NG SDH, LCAS, Ethernet, GFP, SDH, VCAT

Ethernet and SDH technologies are focused on computer and information networks. But the main problem in their interaction is pairing constant fixed speed SDH channels with pulsating Ethernet traffic. For example, VC-4 has a speed of 149.760 Mb / s, …

Read
Evgenii Legotckoi
Sept. 2, 2015, 10:38 p.m.

Data Transmission TechnologiesDELL Networking. Basics Routing Policy (Part 2)

DELL, Route-Map

Server Priority

DELL Networking - Server Priority In this example, the database server should be provided more bandwidth at a specific time to access the storage server.

Configuring VLAN interface on 1G

console#config 
console(config)#vlan 10 
console(config-vlan10)#exit 
console(config)#interface vlan 10 
console(config-if-vlan10)#ip …
Read
Evgenii Legotckoi
Sept. 1, 2015, 9 p.m.

QtQt/C++ - Lesson 014. Dynamic creation of widgets in Qt

Qt, Dynamic widget, Динамический виджет, QPushButton

In complex projects may not be enough to have a static widget in the interface as the incoming information can change every second. Therefore the question on creation of dynamic widgets, such as the layout Qt buttons.

This tutorial describes …

Read
Evgenii Legotckoi
Sept. 1, 2015, 7 a.m.

AVRMacro Assembler in the example of AVR

AVR, Assembler, macro

Macro - a set of commands and instructions that are grouped together into a single command to automate programming tasks, speed up frequently performed editing and formatting actions.

Macros can also be used to accelerate software development for microcontrollers on …

Read
Evgenii Legotckoi
Aug. 31, 2015, 8:39 p.m.

QtQt/C++ - Lesson 013. QMenu – How to work with context menu in QTableView?

QMenu, QMenu example, QMenu Qt, Qt, контекстное меню, меню

To use the context menu in Qt is used QMenu class. When performing actions that should cause the menu handler is called, which creates the menu and binds handlers to act in this menu.

In this lesson, work with the …

Read
Evgenii Legotckoi
Aug. 30, 2015, 8:33 p.m.

QtQt/C++ - Lesson 012. QShortcut – How to work with Hot Keys in Qt?

QShortcut, QShortcut example, Qt

Even in the official documentation on the topic QShortcut written not so much, so it's probably a note not to forget, not a full-fledged article. Just a few words about how to connect QShortcut entity that will be responsible for …

Read
Evgenii Legotckoi
Aug. 30, 2015, 1:40 p.m.

QtQt/C++ - Lesson 007. Filter for records in QSqlTableModel

QSqlRelationalTableModel, фильтр, QSqlTableModel, QSqlTableModel example

Continuing to work with tables to Qt, we would like to spent the time, how to install the filter on the model of data representation in QSqlTableModel or QSqlRelationalTableModel . Therefore, the program code of the tutorial on QSqlTableModel was …

Read
Evgenii Legotckoi
Aug. 28, 2015, 7:34 p.m.

QtQt/C++ - Lesson 011. XML files in Qt – Reading and Writing

QXmlStreamWriter, Qt, XML, xml example, QXmlStreamReader

Qt development tools include functionality for working with XML files, which allows you to create XML files and read them, which may be useful to create the automatic creation of XML markup software, configuration files, using XML, or for parsing …

Read
Evgenii Legotckoi
Aug. 27, 2015, 7 a.m.

AVRUSI in Attiny24 - settings of Two-wire mode

Attiny24, USI

USI - Universal Serial Interface (Universal Serial Interface) is actually a workpiece for hardware serial transmit and receive data. This interface is not a ready-made solution for some specific data transmission protocol, but provides a more convenient way to transfer …

Read
Evgenii Legotckoi
Aug. 26, 2015, 7:15 p.m.

QtQt/C++ - Lesson 010. QSplitter – how to add splitter?

QPallete, QSplitter, QSplitter color, QSplitter example, Qt

Qualitative layout always increases application usability, and this is true for all kinds of applications, from desktop to mobile. One such interface elements, which can improve usability is QSplitter class, which is an object-type layout with a movable divider that …

Read
Evgenii Legotckoi
Aug. 25, 2015, 7 a.m.

AVRMUL - multiplication operation in AVR Attiny

Attiny, MUL

MUL - multiplication instruction in microcontrollers, is present, for example, microcontrollers Atmega. But not all AVR microcontrollers there is hardware support multiplication of functions. For example, in microcontrollers Attiny MUL team simply does not exist, so the solution to this …

Read
  • Last comments
  • AK
    April 24, 2025, 12:04 p.m.
    UPD: Переписал логику воспроизведения через стороннюю библиотеку BASS. Там выбрать можно
  • 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.
    К сожалению, я этого подсказать не могу, поскольку у меня нет необходимости в обходе блокировок и т.д. Поэтому я и не задавался решением этой проблемы. Ну выглядит так, что вам действитель…