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,
                               QWidget* parent, const char* name)
        : KDialogBase(parent, name, false, caption,
          KDialogBase::Close,  // standard buttons
          KDialogBase::Close,  // default button
   true),



What with saveLayout() and restoreLayout() calls ?


--
Emanuel

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to