On Tue, Dec 23, 2008 at 9:44 PM, Terry Brown <[email protected]> wrote:
> I have a qt interface which looks the same ready to go, but I've been > having trouble getting the slots and signals connected. Yes, the problem with signals and slots is that the signal name needs to be correct, with the correct c++ signature in the string. People get bitten by this quite often. What signal names cause you the trouble? Did you try google.com/codesearch to see how others are using the same signal? -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
