https://bugs.kde.org/show_bug.cgi?id=524780
--- Comment #4 from Ralf Habacker <[email protected]> --- Created attachment 195551 --> https://bugs.kde.org/attachment.cgi?id=195551&action=edit patch adding manual browser tests With the included patch, kmymoney gains two additional manual test applications: one that uses QTextBrowser and one that uses the AlkWebView class, which relies on QWebEngine (Chromium) if the Alkimia library was compiled with this support. ../kmymoney-master-build/bin/test-qtextbrowser HTML size: 1,603,650 bytes setHtml: 6.471 ms show: 12.987 ms processEvents: 103 ms ../kmymoney-master-build/bin/test-alkwebpage HTML size: 1,603,650 bytes setHtml: 59 ms show: 119 ms processEvents: 129 ms This clearly shows that the problem lies with the QTextBrowser class. -- You are receiving this mail because: You are watching all bug changes.
