Michael Kuc

Results 6 comments of Michael Kuc

See [Crystalix007/CutyCapt](https://github.com/Crystalix007/CutyCapt) for a version using the new QtWebEngine. Enough features needed to be removed / changed that I don't feel comfortable submitting a pull request, however, it does function...

Please see the latest commit. I was quitting too early (before the PDF ever had a chance to render), because I wasn't aware that the PDF rendering was asynchronous.

It would definitely work with the previous print method, but `printToPdf` also has a lot of configurability ([see Qt docs](https://doc.qt.io/qt-5/qwebenginepage.html#printToPdf)) as well. I just haven't added CLI options for them....

Yep. Just fixed it so that a user agent is set in more than just the member variable of `CutyPage`.

Moved to my project's issues to avoid unnecessary notification noise for hoehrmann.

Thanks for the suggestion. Just one suggestion first. I have realised that the program starts as the root user, hence if you make the root user the only one capable...