One mouse-click to edit the cells for QTabWidget
Unsolved
General and Desktop
-
At present, when we want to edit a cell in QTabWidget, we have to select the cell first by single-clicking the cell, and then if we want to edit the cell, we have to double-click the same cell to input texts.
Is it possible to just single-click the cell to input texts without the extra double clicks?
Thanks in advance.
-
@huskier said in One mouse-click to edit the cells for QTabWidget:
QTabWidget
What is a cell in QTabWidget?
Do you mean QTableWidget? -