From kde-devel Sun Jan 30 06:43:23 2005 From: Paul Temple Date: Sun, 30 Jan 2005 06:43:23 +0000 To: kde-devel Subject: where is addWidgetChangedSignal() (was: Re: KListView / KConfigXT) Message-Id: <200501300743.23170.paul.temple () gmx ! net> X-MARC-Message: https://marc.info/?l=kde-devel&m=110706748413052 Answering parts of my questions myself: Adding a custom widget to KConfigDialog requires 1) adding a new entry to the QSqlPropertyMap 2) registering the signal which is emitted when the custom widget's value changes I'm stuck in point 2... KConfigDialogManager documentation: --- If you add a new widget to the QSqlPropertyMap and wish to be notified when it is modified you should add its signal using addWidgetChangedSignal() --- But where is this function? The only addWidgetChangedSignal() I found is in kautoconfig.h, which is not part of KDE. Does this mean there is no easy way (without subclassing one of the KConfig* classes) to add an entry to KConfigDialogManager::changedMap ? >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<