forked from qt-creator/qt-creator
new status widget for debugger output. needs a bit more polishing...
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user