new status widget for debugger output. needs a bit more polishing...

This commit is contained in:
hjk
2008-12-08 14:26:11 +01:00
parent 358eceacfd
commit 8d3a774fc2
4 changed files with 59 additions and 46 deletions

View File

@@ -169,6 +169,8 @@ QToolBar *DebugMode::createToolBar()
managerAccess->threadsWindow(), SIGNAL(threadSelected(int)));
debugToolBar->addWidget(threadBox);
debugToolBar->addWidget(managerAccess->statusLabel());
QWidget *stretch = new QWidget;
stretch->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum);
debugToolBar->addWidget(stretch);