Tobias Hunger
Tobias Hunger
Superceeded by #1040, which has more code:-)
@mwcampbell Thanks for the offer :-)
`docs/building.md` has all the dependencies, but it is not part of the generated docs. It is linked to from developer-visible places.
@jhthorsen: Feel free to take over. I have no idea how to fix the remaining issues and I was repeatedly told not to bother people with questions.
Maybe `variable foo: "bar";` ? That would align with the property syntax a bit more closely. Or `var foo: "bar";` ?
I do not see anything in your code trigger on key presses (maybe I missed something?). The resize overall is limited by the width and height in the `GridLayout`: That...
I am not clear what you mean by "resize the window using the up/down/left/right arrow keys". I do not see any code in the example that listens to key events,...
This is the binary downloaded from Github? The Linux version will try to use Qt5, so installing that might fix the issue.
We should switch to URLs, we can add options to those :-)
A work-around could be a global: Put the property you need in there with a reasonable default value of course. You can then access that globally to communicate from inside...