If RequestData() is not being called, it implies that no property on the filter/source proxy is being modified at all. Is that the case?
Utkarsh On Tue, Apr 19, 2011 at 11:05 AM, Brian C. Panneton (CONTR) <[email protected]> wrote: > I have a custom panel which has a QListWidget. The panel updates the > > widget when another panel widget gets changed. I have a SLOT which catches > this change, modifies the QListWidget. I have another SLOT catch when the > QListWidgetItems are checked/unchecked and calls this->setModified(). Thus > the accept button is highlighted. However, when you click accept, > RequestData does not get called. Is there a way to catch the accept signal > and force a RequestData? > > Thanks, > Brian Panneton > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
