uwerat

Results 63 comments of uwerat

With Qt 6.3 we have a new Flag QQuickItem::ItemObservesViewport, that could help to address this.

One could argue that any type of overloading should be replaced by using functors for the mentioned reasons. And for the specific suggestion you would also need functors for the...

While this project exists for several years it mostly served as a platform for a big automotive UI and I never made an official release for the public. But our...

https://github.com/uwerat/vnc-eglfs offers a VNC solution without the limitations of having to use the Qt Quick 2D Renderer. So I'm tempted to ignore the Qt Quick 2D Renderer at all.

While I completely agree with moving to cmake is the right direction - I'm not sure if this should be a high priority. Do you have any limitations with qmake...

qmake is needed for building qskinny ( as long as the cmake migration has not been done ) - but that has no implication for a project using qskinny. Build...

This is a bug in the docs - simply remove the SkinnyFont line. Everything that is installed below example/ is for running the examples only and f.e libqsktestsupport.so is not...

I have updated the tutorial and added support for PREFIX to the project files. The crash might be because of not finding the skin plugins - please check the updated...

This is a runtime parameter ( environment ) - it has nothing to do with the build system.

By simply removing the saqt alias the regular doxygen usage will be broken ?