Kosta wrote: > Yes. If you have one button in your UI and one LineEdit, and you want to > connect the button's clicked signal to the line's clear signal, then you can > use the Signals & Slots view in the QT Designer. > But if you have a button in your UI and you want to connect it to a slot in > a class that you've created, you should use special convention for the > slot's name. > See http://doc.trolltech.com/4.0/designer-using-a-component.html A dialog > with auto-connect at the end.
Thanks for your time and help. -- Piotr Dobrogost *** curlpp.org - c++ wrapper for libcurl *** _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
