9

Anyone have experience with Qt? I have been struggling with the whole Model/View concept for a QTableView all day, and I am at that panicking stage :(

Comments
  • 0
    I remember dicking around with it, but it was over a year ago so don't think I can be of much help. still, it would be nice if you could specify what the exact issue is
  • 3
    @karwler Yea i'd thought i'd do that privately if someone offered to help
  • 0
    I'm using PyQt5 for a small project right now, what's up?
  • 3
    @Vivaed I made it work by using a class derived from AbstractTableModel that I use to set data, format some cells, set fonts. I set this model on my TableView. Yet I still need to set the size of my table etc. in the widget class that holds my table. Don't know if this approach is okay.
Add Comment