Qt → Qt/C++ - Lesson 016. How to set QCheckBox in the cell center in QTableWidget?
qcheckbox, qcheckbox center, Qt, QTableWidget
One of the first problems in working with The QTableWidget , which are trying to solve, start to work with this widget - setting QCheckBox in the middle of the cell. The fact that the standard check box in QTableWidget …
Qt → Qt/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 …
Qt → Qt/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 …
Qt → Qt/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 …
Qt → Qt/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 …
Qt → Qt/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 …
Qt → Qt/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 …
Qt → Qt/C++ - Lesson 009. QTimer – How to work with timer?
QTimer example, QTimer таймер, Qt, Qt урок, QTimer
Let's talk a bit about using the QTimer class in Qt. This is a small light topic after a series of lengthy articles on QSqlTabelModel and its consequences. And then already at the very gray matter boils.
We may need …
Qt → Qt WinAPI - Lesson 002. How to make win installer for Qt apllication?
WinAPI, Инсталлятор, InnoSetup, Windows, Qt, DLL
In the previous article we learned how to quickly collect all used in the project DLL-libraries. And now it is time to talk about how to build an installer for OS Windows. For a long time I use quite comfortable …
Qt → Qt WinAPI - Lesson 001. How to collect all DLL, which used in Qt project?
Qt, DLL Collector, DLLCollector, WinAPI, DLL
Sooner or later before any Qt-developer gets the necessary migration of your application on other computers, and then there is the problem of the availability of libraries on the target computer that are needed to start and run the application. …
- Last comments
- AKApril 1, 2025, 11:41 a.m.Добрый день. В данный момент работаю над проектом, где необходимо выводить звук из программы в определенное аудиоустройство (колонки, наушники, виртуальный кабель и т.д). Пишу на Qt5.12.12 поско…
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Now discuss on the forum
- МАApril 1, 2025, 4:21 p.m.0ff763fe-4e50-455d-a3a6-5699c243b1a5_17_44_22_1.xml
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…