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.
22 lines
798 B
Markdown
22 lines
798 B
Markdown
# Megasolid Idiom — A rich text editor in PyQt
|
||
|
||
The word processor for all your small, poorly formatted documents.
|
||
An extension of the notepad, again using a QTextEdit but with rich
|
||
text editing enabled.
|
||
|
||
The editor supports multiple fonts, styles and paragraph text alignment.
|
||
There is also support for drag-drop of images, which are automatically
|
||
opened and embedded.
|
||
|
||
Saves and opens HTML format documents.
|
||
|
||

|
||
|
||
> If you want to learn more about build GUI applications with Python,
|
||
take a look at my [PyQt5 tutorials](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/).
|