Implement basic ImageMessages in qml timeline

I suck at sizing so the images in the message are currently hardcoded to
300 pixels in width...
This commit is contained in:
Nicolas Werner 2019-09-08 12:44:46 +02:00
parent ebeb1eb772
commit 86f4119a05
6 changed files with 90 additions and 2 deletions

View file

@ -45,4 +45,3 @@ public:
private:
QThreadPool pool;
};