try this: change the scrolling mode to ScrollPerPixel and set a minimum width for the QTableWidget's horizontal header, for exampleam i have to add a fictive column to see the scroll?here tb is QTableWidget.Qt Code:
tb.horizontalHeader()->setMinimumWidth(minwidth);To copy to clipboard, switch view to plain text mode
it works too. thanks!
Bookmarks