Home > other >  What is the signal change qtableview a content?
What is the signal change qtableview a content?

Time:11-14

What is the signal change qtableview a content? Is cellchanged qtableWidget, qtableview didn't find related functions,

CodePudding user response:

//tableview modified to trigger the "modify" button available
The connect (UI - & gt; TableView - & gt; ItemDelegate (), & amp; QAbstractItemDelegate: : closeEditor, this, [=] () {
//TRACE & lt; & lt;" To edit the ";
The UI - & gt; PushButtonSubmit - & gt; SetEnabled (true);
});

CodePudding user response:

Consult the webmaster, this signal how to disconnect?
  • Related