On Thursday 16 May 2013 08:13:55 David Edmundson wrote:
> KConfigDialogManager currently contains a map of every possible widget
> along with the name of the signal to connect to to know when a widget
> changes.
>
> Can we kill this entire map and replace it with monitoring
> widget->metaObject()-
On Thursday 16 May 2013 08:13:55 David Edmundson wrote:
> KConfigDialogManager currently contains a map of every possible widget
> along with the name of the signal to connect to to know when a widget
> changes.
>
> Can we kill this entire map and replace it with monitoring
> widget->metaObject()-
El Dijous, 16 de maig de 2013, a les 08:13:55, David Edmundson va escriure:
> KConfigDialogManager currently contains a map of every possible widget
> along with the name of the signal to connect to to know when a widget
> changes.
>
> Can we kill this entire map and replace it with monitoring
> w
KConfigDialogManager currently contains a map of every possible widget
along with the name of the signal to connect to to know when a widget
changes.
Can we kill this entire map and replace it with monitoring
widget->metaObject()->userProperty()->notifySignal() at runtime?
It will greatly simplify