Is it possible to enter edit-mode but leave content unselected for QTableWidget?
After I double-clicked an item of QTableWidget, it enters edit-mode with content all-selected. Like below:
enter image description here
Is it possible to leave content unselected? The editor might be QSpinBox, QLineEdit or QTextEdit, etc.