forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user