From kde-core-devel Fri Nov 05 16:28:04 1999 From: Waldo Bastian Date: Fri, 05 Nov 1999 16:28:04 +0000 To: kde-core-devel Subject: Re: KDialogBase / KMessageBox X-MARC-Message: https://marc.info/?l=kde-core-devel&m=94181987530915 On Fri, 05 Nov 1999, pbrown@redhat.com wrote: > On Fri, 5 Nov 1999, Waldo Bastian wrote: > > > * The buttons are much closer together than with a QMessageBox. > > > > Opinions/suggestions welcome. > > Don't do it. > > Right now KMessageBox is very lightweight and it is already consistent, > because it is a QMessageBox wrapper. This was the whole reason to drop > the redundant and non-standard looking KMsgBox in the first place. Well.. yes.. but... All other KDE dialogs will be based on KDialogBase. With KMessageBox based on QMessageBox it will deviate in style from our other dialogs. I would like to introduce dialogs with a "Don't show this message again" checkbox. With KDialogBase this is very simple. With QMessageBox this seems to be impossible. Cheers, Waldo