mirror of
https://github.com/pythonguis/pythonguis-examples.git
synced 2025-01-27 17:02:56 +08:00
22 lines
811 B
Markdown
22 lines
811 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.
|
||
|
||
![Wordprocessor](screenshot-wordprocessor.jpg)
|
||
|
||
> If you think this app is neat and want to learn more about
|
||
PyQt in general, take a look at my [free PyQt tutorials](https://www.learnpyqt.com)
|
||
which cover everything you need to know to start building your own applications with PyQt.
|
||
|
||
## Other licenses
|
||
|
||
Icons used in the application are by [Yusuke Kamiyaman](http://p.yusukekamiyamane.com/).
|