Move layout code in breakpoint widget to a QtDesigner UI file.
commit72ae6270516c81698a228aafc030730caeb2ed4b
authorDavid Edmundson <kde@davidedmundson.co.uk>
Thu, 27 May 2010 22:18:27 +0000 (27 23:18 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Fri, 4 Jun 2010 19:47:35 +0000 (4 21:47 +0200)
treedd8acf1eacc91b7704cb50d66fbed306f619959d
parented4d385055805d8667b4a370dd1e06de6eec7c54
Move layout code in breakpoint widget to a QtDesigner UI file.

This makes the layout easier to update and maintain in the future. It
removes the layout code from the logic in the rest of the breakpoint code,
making it all a bit smaller. Slots are renamed so that they are connected
automatically.

The code to compute a minimum size of the Enable/Disable button is removed
because the layout adjusts automatically if the button size must be
changed when the text is changed.

It also has a side effect of removing more legacy Qt3 classes and tidying
up any obsolete code with regards to layouts.
kdbg/CMakeLists.txt
kdbg/brkpt.cpp
kdbg/brkpt.h
kdbg/brkptbase.ui [new file with mode: 0644]