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

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top