Automatic resizing of columns in the Variables tool view

Aleix Pol aleixpol at kde.org
Fri Nov 13 11:51:39 UTC 2015


On Fri, Nov 13, 2015 at 1:59 AM, Jeremy Murphy
<jeremy.william.murphy at gmail.com> wrote:
> Hi Andreas,
>
> On 11 November 2015 at 19:00, Andreas Pakulat <apaku at gmx.de> wrote:
>>
>>
>> Look for uses of QHeaderView::ResizeToContents in the debugger directory
>> of the kdevplatform git repository. Or for calls of resizeSection in that
>> area - likely on the return value of horizontalHeader of some variable
>> tableview.
>>
>
> I found it in the AsyncTreeView class in debugger/util/treeview.cpp and
> changed it, thanks!

Remember that patches are welcome.

Aleix


More information about the KDevelop-devel mailing list