Hello R, well, the QTableView is actually a Qt-widget and not PyQtGraph specific. PyQtGraph just uses the Qt-library. But that doesn't mean we don't know the answer. ;)
Have a look at the Qt-Dokumentation: https://doc.qt.io/qt-5/qtableview.html#resizeColumnsToContents QTableView inherits from QTableView, so it should provide the same function. Cheers, Sebastian Am Donnerstag, 31. August 2017 23:01:59 UTC+2 schrieb [email protected]: > > Hi all, > > First of all thank you for this amazing library of modul, I am making the > main library I use for data display! > > I have one (dummy) question: > > How can I make the width of a column in the tableWidget bigger? > > I have entry that can be quite big and I am never able to see them all. > > Also, the table seeems to not allow the resizing of the column by the > user. Is there anything that can be done for that? > > Cheers and thank you in advance for your help! > > R. > -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/a3a947ff-4efa-458f-90dc-73b23f9d86c3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
