ToolChain: Add scrollbar to config widget

This is necessary for the custom tool chain that has its widgets
squashed together.

Task-number: QTCREATORBUG-10329
Change-Id: I53f125721c1e018bca07503049f412fec3725c22
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-04-21 13:17:27 +02:00
parent bffca9b1db
commit 02068b8ef1
2 changed files with 24 additions and 5 deletions

View File

@@ -33,7 +33,7 @@
#include "projectexplorer_export.h"
#include <QWidget>
#include <QScrollArea>
QT_BEGIN_NAMESPACE
class QFormLayout;
@@ -50,7 +50,7 @@ class ToolChain;
// ToolChainConfigWidget
// --------------------------------------------------------------------------
class PROJECTEXPLORER_EXPORT ToolChainConfigWidget : public QWidget
class PROJECTEXPLORER_EXPORT ToolChainConfigWidget : public QScrollArea
{
Q_OBJECT