Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
1cf826fa
Commit
1cf826fa
authored
May 12, 2011
by
dt
Browse files
Make qtversion dialog columns resize to contents
Task-Nr: QTCREATORBUG-4883
parent
b48f1d68
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtoptionspage.cpp
View file @
1cf826fa
...
...
@@ -144,8 +144,6 @@ QtOptionsPageWidget::QtOptionsPageWidget(QWidget *parent, QList<BaseQtVersion *>
m_ui
->
debuggingHelperWidget
->
setWidget
(
debuggingHelperDetailsWidget
);
new
Utils
::
TreeWidgetColumnStretcher
(
m_ui
->
qtdirList
,
1
);
// setup parent items for auto-detected and manual versions
m_ui
->
qtdirList
->
header
()
->
setResizeMode
(
QHeaderView
::
ResizeToContents
);
QTreeWidgetItem
*
autoItem
=
new
QTreeWidgetItem
(
m_ui
->
qtdirList
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment