QTableView or QTableWidget? [closed]

-1

In Pyqt5 that is more convenient, use QTableView or use QTableWidget?

    
asked by Sinergia 20.06.2016 в 23:05
source

1 answer

2

Without knowing what scenario we are talking about, we can not say what should be used more; so it's easier to explain what a difference there is between the two (and you can also read the documentation although it is a little long).

Also point out that QTableWidget uses QTableView to display data.

    
answered by 21.06.2016 в 10:26