Skip to content
Advertisement

Tag: qsplitter

Trying to split a main window into two in Python

I’m learning Python by trying to build a simple plotting application and would like to have two windows in my main screen. I’m using the QSplitter module but am having no luck so far. I’d like the left portion to be used for inputting information via lineEdit() (for now) and the right to show the plot. So far I have

Advertisement