On Friday 10 October 2008 12:51:58 Chris Cannam wrote:
> On Fri, Oct 10, 2008 at 11:27 AM, Emanuel Rumpf <[EMAIL PROTECTED]> wrote:
> > What would you prefere to do with KDialogBase ?
>
> Yves has been handling these, I believe by using QDialog and
> QDialogButtonBox directly.
I only manually fini
On Fri, Oct 10, 2008 at 11:27 AM, Emanuel Rumpf <[EMAIL PROTECTED]> wrote:
> What would you prefere to do with KDialogBase ?
Yves has been handling these, I believe by using QDialog and
QDialogButtonBox directly.
A new base class might be a good idea. On the one hand, our dialogs
are probably no
What would you prefere to do with KDialogBase ?
I could imagine:
- to create a new BaseClass with a QDialogButtonBox::StandardButtons
Flag parameter
- to simply use QDialog and add some buttons manually, maybe with a
QDialogButtonBox
related code:
PlayListDialog::PlayListDialog( QString caption,