Question

I'm wrinting a program in Python using PySide as GUI creator but I'm stuck now i want to get a new window in the MDI when user clicks something like 'new' button but I'm not able to figure it out how that can happen so need some help... Thanks in Advance

Était-ce utile?

La solution

Since your question is very light on details, I will just give you some links to a simple example application that probably does a lot of what you want.

It is based on this Qt MDI example:

enter image description here

The PySide code itself can be dowloaded from the PySide Examples Repository.

For more examples like this, see the PySide Examples and Demos.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top