[Paraview-developers] Stupid question on testing

David Thompson david.thompson at kitware.com
Mon Dec 10 14:54:33 EST 2012


Hi all,

I am trying to create a test that enters values into cells of a pqTreeWidget (specifically, the list of Locations in the Selection Inspector panel). Everything goes fine when recording the test, but playing it back yields errors because this widget

pqClientMainWindow/selectionInspectorDock/selectionInspector/scrollArea/qt_scrollarea_viewport/scrollWidget/groupActiveSelection/itemsStackedWidget/page_Locations/Locations/qt_scrollarea_viewport/1QExpandingLineEdit0

cannot be located. Only the last widget in the tree (1QExpandingLineEdit0) cannot be found. Is it because the event that caused the editor for the cell's value to be instantiated did not get recorded? Is there a workaround?

	Thanks,
	David


More information about the Paraview-developers mailing list