[bt-devel] Development status question
Chris Kujawa
bt-devel@crosswire.org
Wed, 15 Aug 2001 17:42:53 -0400
Joachim:
I do understand what you are saying, but in CslotApply, there is a call made
directly to kdialogbase::slotApply(). slotOk() is written in the same
manner. What puzzles me is why Ok works, and slotApply() does not. I was
reading one of the tutorials on the KDE website and the slotApply function
in that tutorial is much more complex than ours.
Chris
-----Original Message-----
From: owner-bt-devel@crosswire.org
[mailto:owner-bt-devel@crosswire.org]On Behalf Of Joachim Ansorg
Sent: Wednesday, August 08, 2001 10:22 AM
To: bt-devel@crosswire.org
Subject: Re: [bt-devel] Development status question
> Sorry about the silence. I am getting there on my task. I have a plan
> formulated for what I need to do to correct the apply button issue.
The solution shouldn't be difficult, send a signal in slotApply and commect
it to a slot in the bibletime main class where you apply the changed
settings
(similair to slotSettingsOptions()).
Joachim