summaryrefslogtreecommitdiff
path: root/src/libs/utils/navigationtreeview.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2011-03-28 14:30:02 +0200
committerdt <qtc-committer@nokia.com>2011-03-28 14:34:15 +0200
commit306a945b869f443420b5f36ac3e1d625da0969c1 (patch)
treee28a80bccbf6a2d887290dad78415d01ca9def04 /src/libs/utils/navigationtreeview.h
parent36ecc99b0af5e4e87bb4f1e17e903bbf2c5f34fc (diff)
downloadqt-creator-306a945b869f443420b5f36ac3e1d625da0969c1.tar.gz
Navigation Tree View: Fix width of column
We want to have the width both to be at least the contents size but also stretch to width of the viewport. Reviewed-By: con
Diffstat (limited to 'src/libs/utils/navigationtreeview.h')
-rw-r--r--src/libs/utils/navigationtreeview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/navigationtreeview.h b/src/libs/utils/navigationtreeview.h
index 2797e8aa35..ca89d9b053 100644
--- a/src/libs/utils/navigationtreeview.h
+++ b/src/libs/utils/navigationtreeview.h
@@ -49,6 +49,7 @@ public:
protected:
void focusInEvent(QFocusEvent *event);
void focusOutEvent(QFocusEvent *event);
+ void resizeEvent(QResizeEvent *event);
#ifdef Q_WS_MAC
void keyPressEvent(QKeyEvent *event);