Have a button crossing over different frames PYQT5

Viewed 14

I have been given this image that was made in a graphic designer program and I'm trying to recreate it in Pyqt5 Python. Most of it is ok, but there are 2 buttons that overlap 2 frames, the blue arrow button at the top and the green plus button at the bottom.

enter image description here

Is it possible to have a button crossing over 2 frames like that? If so, how would I go about doing it without messing up the layout of everything?

Thanks for your help.

0 Answers
Related