Matttiz

Results 4 comments of Matttiz

``` void screenCapture::capture(QString const &path) const { QImage img = currentView_->grabWindow(); img.save(path); } ``` I found something like this. I don't know if it works for your purpose. I try...

@Fuchs I understood it first time. I try find code to get displayed image on screen and find this part of code. It was describe as QML code. I don't...

I build plasmoid from source, But how I can change hoppla language. Maybe problem is that I have got installed plasmoid via KDE? Could you help me with this issue?

Thanks for quick respond. After work I will try it, and tested on my system. I think that I make few mistakes.