Review Request 118514: Add KColumnResizer to KWidgetsAddons

Aurélien Gâteau agateau at kde.org
Wed Jun 4 12:10:10 UTC 2014



> On June 4, 2014, 1:52 p.m., Christoph Feck wrote:
> > src/kcolumnresizer.cpp, line 182
> > <https://git.reviewboard.kde.org/r/118514/diff/2/?file=278585#file278585line182>
> >
> >     What would be nice is if the widget you add is actually a GroupBox containing a supported layout, then it would internally call addWidgetsFromLayout().
> >     
> >     Remains the issue with layouts whose children could change...

I disagree with this as it would make it impossible to add the groupbox itself so that its width is controlled. If you want to align the content of a group box, just do so with addWidgetsFromLayout(groupBox->layout()).


- Aurélien


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/118514/#review59163
-----------------------------------------------------------


On June 4, 2014, 11:52 a.m., Aurélien Gâteau wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/118514/
> -----------------------------------------------------------
> 
> (Updated June 4, 2014, 11:52 a.m.)
> 
> 
> Review request for KDE Frameworks and Christoph Feck.
> 
> 
> Repository: kwidgetsaddons
> 
> 
> Description
> -------
> 
> I have been asked to add ColumnResizer to KWidgetAddons. ColumnResizer is a helper class I created long ago to help maintain uniform widths across layouts. You can learn more about it from the blog post I wrote back then: http://agateau.com/2011/clean-up-your-layouts-with-columnresizer/ . I simplified the API a bit, added some documentation, and here it is.
> 
> 
> Diffs
> -----
> 
>   src/CMakeLists.txt 27b9084 
>   src/kcolumnresizer.h PRE-CREATION 
>   src/kcolumnresizer.cpp PRE-CREATION 
>   tests/CMakeLists.txt eccf887 
>   tests/kcolumnresizertest.h PRE-CREATION 
>   tests/kcolumnresizertest.cpp PRE-CREATION 
>   tests/kcolumnresizertest.ui PRE-CREATION 
> 
> Diff: https://git.reviewboard.kde.org/r/118514/diff/
> 
> 
> Testing
> -------
> 
> Manual test program behaves as expected.
> 
> 
> Thanks,
> 
> Aurélien Gâteau
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140604/60d460aa/attachment.html>


More information about the Kde-frameworks-devel mailing list