Home > Back-end >  Qt custom entrust click edit
Qt custom entrust click edit

Time:02-06

Qt custom, how to realize the click edit box, the default is now double-click,

CodePudding user response:

SetEditTriggers (QAbstractItemView: CurrentChanged); Can be implemented
  • Related