[vlc-devel] [vlc-commits] commit: Qt: use QStackedLayout for playlist views (Jakob Leben )

Jakob Leben jakob.leben at gmail.com
Tue Apr 6 14:27:38 CEST 2010


On Tue, Apr 6, 2010 at 1:01 PM, Jean-Baptiste Kempf <jb at videolan.org> wrote:

> On Tue, Apr 06, 2010 at 12:51:01PM +0200, git at videolan.org wrote :
> > vlc | branch: master | Jakob Leben <jleben at videolan.org> | Tue Apr  6
> 11:51:25 2010 +0200| [40969236e471223f172e07982534d310a6842782] | committer:
> Jakob Leben
> >
> > Qt: use QStackedLayout for playlist views
>
> Doesn't this increase the RAM used since we don't delete the views?
> How much ?
>

 I don't understand what you mean. Views were never deleted when switching,
just hidden. If you mean "hidden" instead of "deleted" then QStackedLayout
does that for us. It actually does exactly what we were doing manually
before.

Anyway, I don't see any substantial RAM increase, besides the sole
instantiation of a QStackedLayout.

Best,

J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100406/69238c19/attachment.html>


More information about the vlc-devel mailing list