[Interest] Qt5 QML WebView - Text Selection

2013-05-19 Thread paulovictor.pinhe...@gmail.com
Hello, I was using qml Webview on qt 5.1 when i notice that is not possible to do text selection, the webview just keeps flicking, no matter for how long i click. How can i disable flick and get my text selection back? Am i doing something wrong? (my webview's parent is a simple item). Sincerely

[Interest] QTextEdit::toHtml() crash when a image is inserted

2012-02-07 Thread paulovictor.pinhe...@gmail.com
Hello there, I'm having a problem with QTextEdit/QTextDocument when i'm trying to export the document to html via QTextEdit::toHtml() . The problem lies when we insert an image using QTextDocument::addResource() and, although QTextEdit shows it fine, it crashes when we call QTextEdit::toHtml() fun

Re: [Interest] WebEngine vs Webkit

2015-03-24 Thread paulovictor.pinhe...@gmail.com
There is something coming up, but not landing in 5.5: https://codereview.qt-project.org/#/c/104669/ https://codereview.qt-project.org/#/c/108278/ On Mon, Mar 23, 2015 at 10:15 PM, Jason Kretzer wrote: > I had not tried it yet. Will have to try it and see what happens. > > > > Slightly different

Re: [Interest] Indie Mobil Program terminated?

2015-07-03 Thread paulovictor.pinhe...@gmail.com
On Fri, Jul 3, 2015 at 2:28 PM, maitai wrote: > Hello all, > > We are on the same situation as many here as I see. We are about to submit > our first app to apple store, in a couple of weeks or so... What are we > supposed to do now? +1 here > > I sincerely hope that the indie license will be res

[Interest] Embedding Qt on Existing Android App

2018-03-12 Thread paulovictor.pinhe...@gmail.com
Is it possible to Render Qt within an Android View or Fragment? I failed to find any documentation on that aspect. The Idea is to have an Android View or Fragment that I can insert an existing Activity and display a QML file. It's just for a prototype, not production code, so it is fine if the on

Re: [Interest] QtLabs PDF on ios and android

2018-06-04 Thread paulovictor.pinhe...@gmail.com
Never tried QtLabs PDF, but I wrote a Pdfium wrapper a while ago that might work for you as a plan B. https://github.com/paulovap/qtpdfium Cheers, On Mon, Jun 4, 2018 at 1:15 PM, Sylvain Pointeau wrote: > Hello, > > do you know if the QtLabs PDF is working on ios / android? and did you > alrea