> So,how do I send the 'path' info along with the clicked() signal? You may want to look if QSignalMapper can help you, else I think you should implement your own slotClicked() that does the lookup of the path information and the according call(s). Martin