Question about widgets on a form (beginner)
Unsolved
General and Desktop
-
Hi All,
I'm new with Qt environment (I usually develop with C#) and I have a question for the experts:
everytime I drop a control on a form (e.g. a TextEdit), do I have to rebuild the project to make it addressable?
I noticed that I can address the new "dropped" control with "ui-><control name>->property/method" only after I rebuilt the project.
Am I doing something wrong?
Thank you, regards.Roberto
-
Hi
Nope, it's just a bit slow sometimes to detect it.
Use ctrl+alt+B ( Build -> build file)
to make it show at once. No reason to build whole project. -
Thanks.
Roberto