debugger: rework the searchable view

This reverts most of commit 32ec60958d
and keeps the tree widgets fully accessible.

Change-Id: I34422c175bc43261bb8fe48e0130acb71cdfd721
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-03-29 14:20:45 +02:00
committed by hjk
parent 3a8ad68525
commit 47fea30557
19 changed files with 314 additions and 250 deletions

View File

@@ -39,12 +39,12 @@
namespace Debugger {
namespace Internal {
class BreakWindow : public BaseWindow
class BreakTreeView : public BaseTreeView
{
Q_OBJECT
public:
explicit BreakWindow(QWidget *parent = 0);
explicit BreakTreeView(QWidget *parent = 0);
static void editBreakpoint(BreakpointModelId id, QWidget *parent);
void setModel(QAbstractItemModel *model);
@@ -65,6 +65,12 @@ private:
void setBreakpointsEnabled(const BreakpointModelIds &ids, bool enabled);
};
class BreakWindow : public BaseWindow
{
public:
BreakWindow();
};
} // namespace Internal
} // namespace Debugger