forked from qt-creator/qt-creator
Preferences: Add scroll area to external tool details
That is nicer than scrolling the whole widget including the tools tree. Also make the field for standard input extend. Change-Id: Ia2690015b6014e595c3ba441cd3110389aac6dde Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -402,6 +402,8 @@ ExternalToolConfig::ExternalToolConfig(QWidget *parent) :
|
||||
m_model(new ExternalToolModel(this))
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->scrollArea->viewport()->setAutoFillBackground(false);
|
||||
ui->scrollAreaWidgetContents->setAutoFillBackground(false);
|
||||
ui->toolTree->setModel(m_model);
|
||||
ui->toolTree->setEditTriggers(QAbstractItemView::DoubleClicked | QAbstractItemView::EditKeyPressed);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user