1
I have a job for college and would like the help of veterans at one point.
I want to create a block with inputText, checkbox and combobox frame image.
Using for example Qgridlayout is easy to create, but still need to connect two of these by a pathCubic follows picture.
then what would be the best way ? to unite the two ? or create everything with Qgraphics ? but then I couldn’t create the combobox and others ?
grateful to all who help :)
That doesn’t sound like Qt... to me it looks like the visual editor of a game engine, like Unreal or Unity. I don’t fill anything that I said in the images in the post. Please make sure the images are correct.
– Vinícius Gobbo A. de Oliveira
It could be the case that you implement a hybrid system, drawing the splines in Paintevent, and putting normal widgets on the screen using directly the coordinates, without layout. In fact, it’s one of the rare cases where I recommend using coordinates instead of layouts in Qt. Qgraphics might suit you too, nothing prevents you from using widgets together.
– Bacco
These are image feathers to take basis in what I want to do Vinicius but vlw by help. Bacco: now you understand I thought about doing this I’m implementing this vlww when ready I’ll give a feedback
– user2052139