Evgenii Legotckoi
Nov. 9, 2019, 4:52 p.m.

PyQt5PyQt5 - Tutorial 008. Working with QTableWidget (Update tutorial 006)

PyQt5, QTableWidget

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 …

Read
Ruslan Polupan
Aug. 9, 2019, 7:16 p.m.

Development diariesIMpos 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 …

Read
Ruslan Polupan
Aug. 7, 2019, 8:41 p.m.

Development diariesIMpos project. Part 010. Obtaining names of fuel

QTableWidget, QThread

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.

  1. void FuelNameDialog::on_groupBoxActions_clicked(bool checked)
  2. {
  3. if(checked){
  4. //Очищаем список терминалов передаваемых для дальнейшей обработки …
Read
Ruslan Polupan
Aug. 2, 2019, 3:28 p.m.

Development diariesIMpos 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 …

Read
Ruslan Polupan
July 22, 2019, 9:57 p.m.

Development diariesIMpos 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() …

Read
Ruslan Polupan
June 12, 2019, 7:05 p.m.

QtPrinting 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:


  1. void FinalPage::on_pushButtonPrint_clicked()
  2. {
  3.  
  4. int width = 0;
  5. int height = 0;
  6. int
Read
Evgenii Legotckoi
March 15, 2017, 11:10 p.m.

PyQt5PyQt5 - Lesson 006. Work with QTableWidget

PyQt5, Python, 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 …

Read
Evgenii Legotckoi
Sept. 4, 2015, 9:54 p.m.

QtQt/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 …

Read
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
  • 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