Break down examples into module files to make easier to read. Use full-definitions on Enums (PyQt6 compatible, better documenting). Add fixes for Qt6 versions & some general bugfixes.
16 lines
665 B
Markdown
16 lines
665 B
Markdown
# Mooseache — How web browsers would be if they'd just been invented
|
||
|
||
This is an example web browser built with Python and Qt. Using the
|
||
QtWebEngineWidgets system introduced in Qt5.6, this provides a single-window
|
||
browsing experience with the usual controls, as well as saving and loading HTML.
|
||
|
||

|
||
|
||
> If you want to learn more about build GUI applications with Python,
|
||
take a look at [Python GUIs](https://www.pythonguis.com/)
|
||
which covers everything you need to know to start building your own applications with PyQt5.
|
||
|
||
## Other licenses
|
||
|
||
Icons used in the application are by [Yusuke Kamiyaman](http://p.yusukekamiyamane.com/).
|