mpb27

Results 5 comments of mpb27

I'm using Qt 6.3.1 and if I add the `clientRect->bottom += (originalTop - clientRect->top);` then the problem does not occur: ![Animation3](https://user-images.githubusercontent.com/6098645/179441536-2bac3751-8b4d-4412-a5f8-f42488bd2101.gif) But the inner widget (and dock space) is not...

We can probably leave this bug for now. It is a fairly minor issue, but I thought I'd report it just in case it was an easy fix. That does...

Thanks. Just a couple notes for anyone following this about the Qt version. Qt 6.1.3 has different behaviour. The entire window resizes a bit, but does not repeatedly grow on...

Are variable length strings/byte arrays supported in compound types?

I've looked at how this is done in hdf5-rust and they have a custom vector defined that matches the HDF5 vlen [(Definition)](https://hdf5.io/develop/structhvl__t.html) ```rust #[repr(C)] pub struct VarLenArray { len: usize,...