Am 09.06.2018 12:46 schrieb Dileep Sankhla :On Sat, Jun 9, 2018 at 1:43 AM Tobias Deiminger wrote:Am 08.06.2018 18:57 schrieb Dileep Sankhla:
> Hello Tobias,
>
> I have succeeded in getting the QInputDialog to write a new note:
>
> QMetaObject::invokeMethod(part.m_pageView, "
https://bugs.kde.org/show_bug.cgi?id=395175
Lukas Sabota changed:
What|Removed |Added
CC||lu...@lwsabota.com
--
You are receiving this ma
https://bugs.kde.org/show_bug.cgi?id=395175
Bug ID: 395175
Summary: support opening multiple files from "File->Open"
dialog
Product: okular
Version: 1.4.1
Platform: Archlinux Packages
OS: Linux
S
On Sat, Jun 9, 2018 at 1:43 AM Tobias Deiminger wrote:
> Am 08.06.2018 18:57 schrieb Dileep Sankhla:
> > Hello Tobias,
> >
> > I have succeeded in getting the QInputDialog to write a new note:
> >
> > QMetaObject::invokeMethod(part.m_pageView, "slotToggleAnnotator",
> > Q_ARG( bool, true )); //
Am 08.06.2018 18:57 schrieb Dileep Sankhla:
Secondly, I'm doing like this to create and add a typewriter
annotation to page:
part.m_document->setViewportPage(0);
Okular::Annotation * annot = nullptr;
Okular::TextAnnotation * ta = new Okular::TextAnnotation();
annot = ta;
ta->setFlags( ta->flags