PDA

View Full Version : How to connect signals to slots manually in .ui files?



Septi
28th January 2012, 10:22
Since I'm using SCons instead of qmake for my build system, I have no project (.pro) file, and for this reason Qt Creator (I use it only to make GUI) refuses to connect signals to slots. I'd like to manually edit .ui file to add appropriate connections. How can I do that?

wysota
28th January 2012, 12:35
Use Qt Designer instead of Qt Creator.