qskinny icon indicating copy to clipboard operation
qskinny copied to clipboard

A lightweight framework on top of the Qt scene graph and only few classes from Qt/Quick. It is usable from C++ and/or QML.

Results 159 qskinny issues
Sort by recently updated
recently updated
newest added

# What As a developer I want to make a **rounded rectangle's** background **blurred**. Furthermore I want to define the blurring algorithms parameters. # How - Add the blurring effect...

QskMainView needs at least basic APIs for being used from QML

enhancement
Control

### WHAT As a developer I want to define a functor / lambda for the actual advance of an animator ### WHY Otherwise I need to implement a custom animator...

When the pages of a stack box are organized as a grid it would be possible to navigate vertically/horizontally with gestures/keys supported by corresponding animations. Could be an extension to...

enhancement

The current implementation of QskStackBoxAnimator does not care about the position of the items in the stack box. While this is often the intended behavior we might also have situations,...

enhancement

In the Material3 skin a default value ( QskAspect::Control ) of 11 pixels is set. The consequence is, that for all subcontrols without having its own padding we fall back...

Instead of retrieving default graphics ( f.e. check box indicator, info/warning/error symbols ) from the skin using the QskStandardSymbol::Type enum it would be more flexible to use QskAspect::Subcontrol and to...

Support for the Qt Quick 2D Renderer is missing. Needs to be decided if support for outdated hardware is worth the effort. Might affect the VNC backend - needs to...

Framework

The LightDisplay control is worth to be expanded as a circular slider and become a member of the Qsk controls. Maybe we could have some sort of QskAbstractSlider base class...

new control