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

When building qskinny with both `-DBUILD_EXAMPLES=OFF `and `-DBUILD_PLAYGROUND=OFF`, cmake cannot find the QtQuick library. Probably it gets pulled as part of QuickWidgets and WebEngine

Problem: I have a box with relative radius 100%: ![Screenshot from 2024-07-21 16-50-48](https://github.com/user-attachments/assets/f18c5d9d-593f-4b3c-9fb7-bc76431f24fc) Now when the width of the box gets smaller, I want the radius still be of the...

Scenegraph

![Screenshot from 2024-10-15 13-17-32](https://github.com/user-attachments/assets/89c73aff-e449-4484-95cb-ae1f79c6b86c) ![Screenshot from 2024-10-15 13-18-12](https://github.com/user-attachments/assets/1653c773-6698-4a73-a0f6-39377ade6609) ![Screenshot from 2024-10-15 13-17-23](https://github.com/user-attachments/assets/08155104-36b4-4aea-844f-614cf07451e3) ![Screenshot from 2024-10-15 13-18-04](https://github.com/user-attachments/assets/f2c9996b-9537-4ae3-a6fd-d5e395ec0379) ![Screenshot from 2024-10-15 13-58-07](https://github.com/user-attachments/assets/08ec9402-89d8-40e2-86da-2a96f1b97eb3) ![Screenshot from 2024-10-15 13-58-10](https://github.com/user-attachments/assets/9f694e26-43fa-46b2-8a91-1a6b4c1d15ad)

comboBox1->setPopupOpen(true);The program crashed when I set it to true examples\bin\gallery.exe crashed. You can test it on gallery

bug

Material defines 2 different types of visual feedback with the term "ripple". Flutter calls them Highlight and Splash. Today Splash is implemented for QskPushButton and QskSegmentedBar. Splash is a temporary...

Framework

It shall be possible to define an origin for a slider - similar to the origin of QskProgressBar. If defined the filling covers the interval [origin, value ] - otherwise...

Control

In several controls images can be assigned directly via QskGraphic or indirectly as QUrl ( the image is loaded by a graphic provider ). QskIcon had been introduced for the...

Framework
Control

The shader for arc shadows does not match the implementation of QskArcRenderer ( and QPainter::drawArc ) without few exceptions ( circular arcs ending at i * 90° ). We need...

bug
Scenegraph

It should be possible to implement certain conical gradients using QSGGeometry::ColoredPoint2D. This way the node would be part of the scene graph batching.

Scenegraph