SOLVED EDIT / BUMP Qt QtCreator "connect" - need help with lambda C++ syntax
-
The intelisense was bogus - I missed including "ui" header. Thanks for all the help, it is much appreciated.
-
The intelisense was bogus - I missed including "ui" header. Thanks for all the help, it is much appreciated.
As a rule, I don't post a reply unless I can really answer the original question. I'm going to make an exception this time hoping that you will find my comments useful. 1. After you finished your question, look at it through the eyes of a stranger and ask yourself if he/she has enough information to answer it or if it is too much information. In this case "I have a working "connect" within an object and need to extend it to "connect" between objects." Doesn't tell me much I would have to learn Qt and, as you properly noticed, Qt is not a favourite around here. If it's a C++ question show the relevant C++ fragment followed by a pseudo-code of what you try to accomplish. 2. Format your code properly. Use the toolbar to wrap code fragments in <pre lang="C++"></pre> tags and indent your code to make it easier to read. I know it is a bit of work involved but doing it, shows that you care about your question otherwise, if you don't care about the question, other people might not care to answer it. Please rephrase your question as a C++ one and I'll do my best to try to answer it. Surely other people, with even more expertise will do the same.
Mircea
-
The intelisense was bogus - I missed including "ui" header. Thanks for all the help, it is much appreciated.