MainWindow 或
main.py
¶
This is the parent window that collates all the other widgets together to offer the complete package.
PySide2 WebEngineWidgets 范例
-
class
MainWindow[source] ¶ -
Provides the parent window that includes the BookmarkWidget, BrowserTabWidget, and a DownloadWidget, to offer the complete web browsing experience.
-
create_main_window( ) [source] ¶ -
Creates a MainWindow using 75% of the available screen resolution.
Try running the example to explore it further.