527 views
in GUI Development by

1. I have referred to the provide details on the intranet, but the concept is not cleared to me.

In most of the examples, the for the button...Change, OnSwitchOn, OnSwitchOff this property is set as a slot. But I do not understand where it is used in the project. I need help to understand this.

1 Answer

0 votes
by

Hello,

generally, the mentioned examples follow the signal-slot approach. The button contains a property (=variable) where a reference to a slot method (=function) is stored. When the button is activated, it can signal the referenced slot (=invoke the function). 

Maybe following doc article Slot methods explains what you are asking for? It demonstrates the idea of slots.

Does it help you?

Best regards

Paul Banach

Ask Embedded Wizard - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...