Resize column/row of QTableWidget (without header) added to QGraphicsScene
-
Hi,
I have added QTableWidget to QGraphicsScene using QGraphicsProxyWidget. And i hide horizontal header and vertical header of table. Now I could not resize the column and row. How to achieve resize by dragging horizontal/vertical lines of QTableWidget ?
-
Hi,
You need to re-implement the mouse related event methods of a QTableView subclass and do all the detection and update that QHeaderView does there.