Den 14-06-2013 12:12, Alejandro Exojo skrev:
> Hi.
>
> I've implemented a kind of vertical list of widgets with a class based
> on QScrollArea. The main widget has QVBoxLayout as layout. I have a
> method to clear the whole list and empty the layout, and another to add
> one widget to the layout.
>
Hello,
Are you sure you are not compiling in debug mode?
I use QFileDialog native (static) in my application, it's very fast to
load, except in debug mode (where it takes a few seconds loading all dlls).
Qt 4.8.1 under windows, mingw compiler
Etienne
2013/6/14 Mojmír Svoboda
> Hello again,
>