Warning, /rolisteam/rolisteam/src/libraries/rwidgets/editors/README.md is written in an unsupported language. File is not indexed.

0001 # MRichTextEdit
0002 
0003 A simple Qt rich-text editor widget, easy to use in any Qt project.
0004 
0005 ![Screenshot](https://github.com/Anchakor/MRichTextEditor/raw/master/example.png)
0006 
0007 The icons used are standard icons from theme as defined by [freedesktop.org Icon Naming Specification](http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html) (which lacks button/ordered list icons).
0008 
0009 The editor automatically converts plain text http(s) links and emails to html links in toHtml().
0010 
0011 Courtesy of [Hobrasoft](http://www.hobrasoft.cz/).