qsplitter

Trying to split a main window into two in Python

Trying to split a main window into two in Python Question: 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 …

Total answers: 1