I guys, I hope someone can help me out with this one.
I have a pyqtgraph context menu and want to add my own Z-Axis. I can create a qlineedit widget but I am not able to create multiple widget on the same line in the context menu as show below (e.g. radio button and 2 text boxes on same line) As a minimum I would like to achieve:- Z Axis -> [input value], string, [input value] all on the same line I've had a look in qmenu but couldn't find what I needed. Anyone know how to achieve this? I think i am missing something Also if anyone knows how to change the size of the X Axis qlineedit boxes and make them bigger it would be great as they are a bit squashed as you can see. This may be due to the resolution of my screen being very high. Thanks for any help you can provide on this. |
Form.setMaximumSize(QtCore.QSize(450, 16777215))