I see, I didn't realize that's the proper way of doing things. It seems like that would make a ton of global objects, and everyone is simply modifying the global objects
I see, I didn't realize that's the proper way of doing things. It seems like that would make a ton of global objects, and everyone is simply modifying the global objects
It's not a "proper" way, it's one of the ways that is more declarative than using signals and slots directly (which is imperative).
You don't need to modify any global objects, you can create a local alias to a property of another object. Or maybe I don't understand what you mean by those global objects... hmm...It seems like that would make a ton of global objects, and everyone is simply modifying the global objects
It would be best if you explained what do you need all this for and maybe then we'll be able to find a solution tailored for the specific situation.
technoViking (10th November 2010)
Thanks for the response. I will get a better description in a few!
Bookmarks