uwerat
uwerat
A radio box - only control, or maybe a composition of QskRadioButtons - is missing
When having a viewport with rounded corners input events have to be filtered out on positions being outside the corners. This can be done by overloading QQuickItem::contains(). To support the...
We should have a class for global settings, that are not covered by Qt/QPA. F.e. what should be the minimal distance for accepting a pan gesture, or when to abort...
Implementation of QskSubWindow decorations ( Close/Maximize/Minmize... buttons ) is missing.
The registration of interpolators for QskVariantAnimator should be decoupled from the one used for QVariantAnimation
QQuickWindow calls QQuickItem::updatePolish in order of when QQuickItem::polish has been called ( = more or less random ). As one of the main ideas behind polishing is to calculate layouts,...