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.
----- Original Message ----- From: "Piotr Dobrogost" <[email protected]> To: <[email protected]> Sent: Saturday, May 23, 2009 5:13 PM Subject: [Qt-creator] no slots created for actions in creator > Hi > > I'm taking elearning course of Qt Designer on elearning.ics.com > They say "actions are automatically connected to slots" but I created a > few actions in Qt Creator and don't see any slots being generated for > them. > > Any ideas? > > > -- > Piotr Dobrogost > *** curlpp.org - c++ wrapper for libcurl *** > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4098 (20090522) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 4098 (20090522) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
