Thanks for the further clarification. The only problem with the code posted above is that the function processSlider:
Qt Code:
  1. //your code for what ever happens when you move left
To copy to clipboard, switch view to plain text mode 
When I move left, the code that I would enter here needs to access an item that I call in process() (polyItemA). How can I access this item from processSlider?