24 PyQt5 Tables Python GUI Programming With PyQt5

preview_player
Показать описание
Join My PyQt6 13 Hours Course in Udemy

My Affiliate Books:
Beginning PyQt: A Hands-on Approach to GUI Programming

Create GUI Applications with PyQt5 & Qt5

Python GUI Development with PyQt5

This is our 24 th Video In PyQt5 GUI Programming, Today We Are Goin To Make A Table In PyQt5 By QTableWidget And QTableWidget Item
Our Table Will Have 5 Rows And 3 Column
Рекомендации по теме
Комментарии
Автор

Thank you for explaining in such a structured and simple fashion. It was very helpful for me!

vigneshayyappan
Автор

Thank you, could you help me : How to show data to tableview on loops ?

hdn
Автор

Very helpful video, and got me into the basics of tables, thanks dude!

ji-mineom
Автор

Very good explanation! With this example I have written a window showing Sqlite data. Now, I need to show some info in another widget after each itemSelectedChange. I have assigned a variable to choose each row in this table. The first time works fine. But after changing the content of the table the error " has not attibutte "text" " appear because this variable is none. Do you know how to fix this? Thank you.

apoyenarevici
Автор

Hi, do you know how can i display file (for example .pcap or .ipfix) in column view(table)? or should I use something else?, how to set up a number of rows and columns automatically depends on the file we will populate? Thank you

artmasterpl
Автор

is it possible to input a value to a cell? For example i want the code to be like int(input(). I want it to be integer not a string to add some value. Thanks

joesmartapan
Автор

if i want to add a huge amount of data, what should i do?

Автор

Is it possible to change the height of individual cell. For example, Cell with name john should have more height than others? I know that I can change the whole row spacing, but what I want to do here is just change the height of a cell and not the whole row.

mtanveersingh
Автор

for some reason it didn't work for me and kept facing "exit code 1" without any clue what the issue, until I replace the __init__ part with this:
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

Linuxovert
Автор

how can set text row text align center

sajidhussain
Автор

Hi, how we can to make table juste for read Only, thank you for your videos

youssoufmediana
Автор

how do I open the table in another window?

eliaspbareia
Автор

What about column headers ? And using a column as model ?

onlyawareness
Автор

Do u have any suggestion for pyQt5 Designer?

azhadchowdhury