PyQt5 → PyQt5 - Tutorial 008. Working with QTableWidget (Update tutorial 006)
This will be a small update to the lesson on using QTableWidget in PyQt5
In the previous lesson it was shown how to display some kind of information in QTableWidget. And this lesson will also show how to make some …
Development diaries → IMpos project. Part 011. Viewing the names of fuel. Export results to xlsx file.
QTableWidget, Qt, xlsx, export
View fuel names.
After processing requests for names, we form a table to display information to the user.
Indication of the process of executing queries to the petrol station databases will be used not only for viewing, but also when …
Development diaries → IMpos project. Part 010. Obtaining names of fuel
We received a list of gas stations with which we will perform further actions.
We create a slot called when clicking on the CheckBox on the GroupBox Actions.
- void FuelNameDialog::on_groupBoxActions_clicked(bool checked)
- {
- if(checked){
- //Очищаем список терминалов передаваемых для дальнейшей обработки …
Development diaries → IMpos project. Part 009. Change of fuel names. Terminal selection
QTableWidget, qcheckbox, QDialog
Dialog for changing fuel names.
Dialog appearance.
The dialog was completely created in Qt Designer.
In the main menu, add the
Utilities
section with the item
Fuel names
, and add the corresponding button to the toolbar.
Dialog call slot …
Development diaries → IMpos project. Part 008. Editing the user guide
QTableWidgetItem, QAction, QTableWidget, QDialog
Dialog for editing the user directory
In the mainwindow.ui form, add the Users menu item to which the actionUsers object corresponds. Assign an icon and a hotkey to it.
Create a Qt Designer Form Class named UsersDialog.
In the MainWindow::on_actionUsers_triggered() …
Qt → Printing the exact contents of a QTableView (QTableWidget)
QPrintPreviewDialog, QTableView, print, QTableWidget, Qt
Good day.
Again as a note.
There was a need to print an exact copy of the contents of QTableWidget with delegates, etc.
It turned out the following:
- void FinalPage::on_pushButtonPrint_clicked()
- {
- int width = 0;
- int height = 0;
- int …
PyQt5 → PyQt5 - Lesson 006. Work with QTableWidget
For initial acquaintance with QTableWidget in PyQt5 we will create a table with three columns and one row. When you hover over the table headings, a pop-up message will be displayed. The text in the headers will be aligned to …
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 …
- 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 вызываемой в переопр…