[Qt-interest] QPushButton's clicked signal(signal/slot issue)

Martin Gebert martin.gebert at alpha-bit.de
Wed Apr 8 11:01:35 CEST 2009


> 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






More information about the Qt-interest-old mailing list