Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
how to edit specific column of QTreeWidgetItem, not all column editable but just some column editable
-
how to edit specific column of QTreeWidgetItem, not all column editable but just some column editable
-
I wonder if you really don't know how to do a simple search in the documentation... https://doc.qt.io/qt-5/qtreewidgetitem.html#setFlags
-
@Christian-Ehrlicher not all column editable but just some column editable
-
Did u look at this https://stackoverflow.com/questions/2801959/making-only-one-column-of-a-qtreewidgetitem-editable/2802379#2802379 ?