Fix duplicated OK and Cancel buttons in two dialogs.
commitbdc95992497205c5371da6593a15d463727f2aaf
authorDavid Edmundson <kde@davidedmundson.co.uk>
Sat, 24 Apr 2010 01:15:50 +0000 (24 02:15 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Sat, 29 May 2010 17:02:29 +0000 (29 19:02 +0200)
treeda053f40a452c0ee1615b9bf4eba52b64f200827
parent432f73a5128d3847c62f73fb3b75e55fd4d05d88
Fix duplicated OK and Cancel buttons in two dialogs.

The Program Arguments and Attach to Process dialogs showed two sets of
OK and Cancel buttons because they derive from KDialog, which adds its
own buttons.

The solution is to use a regular QDialog as base class and add a
KDialogButtonBox in place of the explicit OK and Cancel buttons.

The change in the .ui files is mostly just re-indentation because the
top-most layout was removed, too.
kdbg/pgmargs.cpp
kdbg/pgmargs.h
kdbg/pgmargsbase.ui
kdbg/procattach.cpp
kdbg/procattach.h
kdbg/procattachbase.ui