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

Would be have a specific iterator for the gradient stops so that application code can iterate without having to deal with: - missing stops at 0.0/1.0 ( -> colors are...

enhancement
Framework

Using QSGVertexColorMaterial - instead of QSGFlatColorMaterial - is a waste of memory as the color information is added to each vertex. However using the same material for all shapes and...

enhancement
Framework

A user is often not interested in temporary changes while editing. We need a signal, that is emitted together with QskTextInput::editingChanged( false ). The gradients example can be adjusted then.

enhancement
Control

Candidates for QskSpinBox improvements: - accelerating: see https://doc.qt.io/qt-5/qabstractspinbox.html#accelerated-prop - tracking: see QskSlider::tracking: Do not emit valueChanged for intermediate autoRepeat changes - editable: textual input should be possible

enhancement
Control

the "editable" mode is missing in QskComboBox. - https://doc.qt.io/qt-6/qcombobox.html#editable-prop - https://doc.qt.io/qt-6/qml-qtquick-controls2-combobox.html#editable-prop

enhancement
Control

We need to have an easy way to request a textual or numerical input from the user. The implementation needs to autodetect if the input method is using a virtual...

new control
Control

In certain skins ( f.e M3 ) an indicator ( f.e a check mark ) is displayed inside the selected segment. The current implementation simply replaces the icon by the...

bug
Control

If you access https://github.com/uwerat/qskinny/blob/master/doc/tutorials/01-What-is-QSkinny.asciidoc you'll see that the images are not rendering. Was the tutorial meant to be read in another way, or is it broken? ![image](https://github.com/uwerat/qskinny/assets/17036813/0fb138c8-54f4-41ce-9358-555e6c90a1db)

![Screenshot from 2024-05-29 16-57-06](https://github.com/uwerat/qskinny/assets/1749504/6dd68919-ea63-4b58-8864-d591bd682dbd) ![Screenshot from 2024-05-29 16-57-09](https://github.com/uwerat/qskinny/assets/1749504/331b2de4-f53f-4919-96cd-be67116c6528)

It will be a great convenience if qskinny can be added as a vcpkg port.