There is no way to do it within Designer. You can only use an automatic connection by naming the slot (in the implementation class) according to the on_objectname_signalname(signalparams) convention.
Alternatively look here:
http://www.qtcentre.org/forum/faq.ph...igner_category
I don't think anything happened automatically in Qt3...It looked like it happened automatically in Qt3.
Ah, you mean the ".ui.h" approach... It's not used in Qt4 anymore as it was a terrible hack to avoid using real development environments. In Qt4 Designer is only a layout editor and default signal-slot connector. Everything else has to be done by your development environment.one file generated by Qt and the other written in the code editor, integrated automatically the next time you ran (qmake and (?)) make, it seems.
You can start here:(Btw I just started looking at Qt today, but I have looked through a lot of doc's and not found anything about this. I probably just don't know where to begin...)
http://doc.trolltech.com/4.2/designe...component.html






Reply With Quote
Bookmarks