On Saturday, September 24, 2016 at 6:37:16 AM UTC-5, Edward K. Ream wrote:
> However, I plan to upgrade vr as follows: > > 1. It may be possible to workaround #304 > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fleo-editor%2Fleo-editor%2Fissues%2F304&sa=D&sntz=1&usg=AFQjCNFZol0mxlxAt52C7-Lb2x7yf6Y5_A>: > > QtWebEngine warnings with Qt5 on Windows 10. At present, vr degrades to > using a QTextBrowser when using PyQt5. But these warning happen only after > a QWebView is instantiated, so we could avoid these warnings on startup by > instantiating the QWebView only when the vr pane is first shown. > Done at 1288a5cb8. Surprisingly, I don't see any of the #304 <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fleo-editor%2Fleo-editor%2Fissues%2F304&sa=D&sntz=1&usg=AFQjCNFZol0mxlxAt52C7-Lb2x7yf6Y5_A> warnings now. Not sure what why. Anyway, the present code instantiates QWebView only when needed. At all other times, it uses a QTextBrowser. EKR -- 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
