Hi everyone.
I am working on a UI which needs a lot of freedom in the layout. The way I decided to do so is basically to use a grapich view and then control the grapich view items positions manually with
a layout I will write. If needed I can go in more detail in what I want to achieve.
Now every Item is basically a sub UI , so I use a ProxyWidget to feed a widget I want in the item.
It works fine but I get several problem.
ui.jpg
The drag doesnt work (of course the item is set as draggable) and I cannot interact with any of the
inner widgets of the item, like the line edit.
I might guess this is a signal related problem of the grapich view consuming the events or viceversa?
Anyone got an idea about that?
Cheers
M.
PS I can provide snipped of code if needed even tho for now is just a really rough test.
Bookmarks