Python Multi Document Interface (MDI) Application with Pyside2

240 views Mar 21, 2024
publisher-humix

codeloop.org

Join my Skillshare Classes for 1 Month Free Access https://www.skillshare.com/r/user/parwizforogh?gr_tch_ref=on&gr_trp=on 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. Get the source code: https://codeloop.org/python-multi-document-interface-with-pyside2/ Support me on Patreon: https://www.patreon.com/parwizforogh