In this Python video we are going to learn about Multi Document Interface (MDI) Application with Pyside2. so for this purpose we are using QMdiArea class. The QMdiArea widget provides an area in which MDI windows are displayed. so QMdiArea functions, essentially, like a window manager for MDI windows. For instance, it draws the windows it manages on itself and arranges them in a cascading or tile pattern. QMdiArea is commonly used as the center widget in a QMainWindow to create MDI applications, but can also be placed in any layout.

#python #programming #pyside2 #mdi

Python Multi Document Interface (MDI) Application with Pyside2
9.00 GEEK