Re: Any PyQt developers here?

2022-10-27 Thread Thomas Passin
This looks like a useful tutorial - https://doc.qt.io/qt-6/modelview.html On 10/27/2022 3:47 PM, Thomas Passin wrote: On 10/27/2022 11:15 AM, DFS wrote: On 10/25/2022 1:45 PM, Thomas Passin wrote: On 10/25/2022 1:03 PM, DFS wrote: Having problems with removeRow() on a QTableView object. re

Crafting Software (PUG practical meeting)

2022-10-27 Thread dn
Wed, 2 Nov 2022 at 1830~2030 NZDT (0530~0730 UTC) Come to our Coding Evening with your Python questions, suggestions, problems, etc; and/or bring a Lightning Talk about your current topic-of-interest - something new, a recent discovery, a contribution you have made... Thereafter, we will con

Re: Any PyQt developers here?

2022-10-27 Thread Thomas Passin
On 10/27/2022 11:15 AM, DFS wrote: On 10/25/2022 1:45 PM, Thomas Passin wrote: On 10/25/2022 1:03 PM, DFS wrote: Having problems with removeRow() on a QTableView object. removeRow() isn't listed as being a method of a QTableView, not even an inherited method, so how are you calling removeRow

Re: Any PyQt developers here?

2022-10-27 Thread DFS
On 10/25/2022 1:45 PM, Thomas Passin wrote: On 10/25/2022 1:03 PM, DFS wrote: Having problems with removeRow() on a QTableView object. removeRow() isn't listed as being a method of a QTableView, not even an inherited method, so how are you calling removeRow() on it? (See https://doc.qt.io/qt