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

We need to find a way how to fade out QskSubWindow. Classes derived from QskSubWindow are often dialogs and candidates for being created on the stack being processed in a...

enhancement

A split view would be nice

new control
Control

We need to have a spin box

new control

A slider with 2 handles for selecting an interval

new control
Control

Something like the QML Drawer would be nice to have

new control

A combo box is missing

new control

A radio box - only control, or maybe a composition of QskRadioButtons - is missing

new control

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...

enhancement
Framework
Control

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...

enhancement
Framework

Implementation of QskSubWindow decorations ( Close/Maximize/Minmize... buttons ) is missing.

enhancement
Control