Le 16/12/2011 13:02, Thiago Macieira a écrit :
> On Friday, 16 de December de 2011 08.47.24, Yves Bailly wrote:
>> Maybe split it in two or more "sub-libraries"?
>
> It's already split into multiple convenience sub-libraries. But the LTCG
> compiles them all into a DLL at the final link time and th
Ok, I wasn't reading carefully enough.
I don't have that much javascript mileage under the belt, but coming
from python
I do see the value of introspection in some cases.
Might still be worthwhile to think about the design, usually explicit is
better than implicit.
Harri
On 12/18/2011 09:44 P
Sorry, Harri, but that's not the problem here.
The problem was to look at the list of ParameterPanel children and
create the objects based on the introspection. The problem is how to
figure out which objects to create, not how to create them. Dynamic
creation itself is easy enough.
There are s
Since qt4.8.0, qtsoap with payload size > 8Mb fails.
When using qt4.7.x, the _identical_ data transmission works like a charm.
Watching the data transmission via tcpmon shows the request gets never sent.
QNetworkAccessManager reports 'Network transport error (99): Unknown error'
Details:
This ha
On Sun, Dec 18, 2011 at 8:00 PM, Ben Lau wrote:
>
>
> On Fri, Dec 16, 2011 at 11:36 PM, Till Oliver Knoll <
> till.oliver.kn...@gmail.com> wrote:
>
>>
>> * Qt app + QtWebKit: absolute no-go for Apple App Store
>>
>> * Qt App without QtWebKit: good to go (provided all the Qt "App Store"
>> patches
On Fri, Dec 16, 2011 at 11:36 PM, Till Oliver Knoll <
till.oliver.kn...@gmail.com> wrote:
>
> * Qt app + QtWebKit: absolute no-go for Apple App Store
>
> * Qt App without QtWebKit: good to go (provided all the Qt "App Store"
> patches are applied)
>
It is pity to have this conclusion... Just inte