On Fri, Jul 13, 2012 at 3:57 PM, tfer <[email protected]> wrote: > I was wondering if the Qt widget used for body text has a provision for > background images? >
Sorry for the delay in responding. Leo's body pane is a QTextBrowser: http://qt-project.org/doc/qt-4.8/qtextbrowser.html a subclass of QTextEdit. QTextBrowser also inherits from QFrame and QWidget, so there *might* be a way to have a background image "leak" through the text. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
