Debugger: Adjust watcher column size to locals content

Change-Id: Iec6b4478862578397ee2b3953cd06730bd0db121
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-03-18 16:24:14 +01:00
parent 81a70627a4
commit e44378e942
3 changed files with 41 additions and 10 deletions

View File

@@ -48,6 +48,8 @@ class QTCREATOR_UTILS_EXPORT BaseTreeView : public TreeView
Q_OBJECT
public:
enum { ExtraIndicesForColumnWidth = 12734 };
BaseTreeView(QWidget *parent = 0);
~BaseTreeView();