Update the breakpoint condition dialog to be a Qt Designer file
commit27956eec3776604d171caa5c53f6c2ff0b5644e1
authorDavid Edmundson <kde@davidedmundson.co.uk>
Mon, 21 Jun 2010 23:40:55 +0000 (22 00:40 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 8 Jul 2010 20:59:23 +0000 (8 22:59 +0200)
treeb3b5f079f289a1c4e7fba82c864520c1fe7d9960
parent59d1c462a7d2f3546f41c6f96a35c91f2aaeb151
Update the breakpoint condition dialog to be a Qt Designer file

The class ConditionDlg now uses a .ui for setting up layout. The code has
been updated to match, with a lot of it being removed.

I have also updated the "ignore count" to be a spin box. This reduces some
code safely converting text to an integer, as well as being a lot clearer
to a user on how to use it.

The dialog has gained standard KDialog buttons, making it more consistent.

This also gets rid of a few legacy Q3 classes which were being used.
kdbg/CMakeLists.txt
kdbg/brkpt.cpp
kdbg/brkptcondition.ui [new file with mode: 0644]