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

In order to improve and centralize version checks here are some suggestions: - provide `QSK_MAJOR/MINOR/PATCH_VERSION` macros for finer version granularity - use CMake's `PROJECT_VERSION_MAJOR` variables - generate `QskVersion.h` either in...

enhancement

If the maxSteps don't fit into the interval, we immediately returned a base value. However, we could try more often with less steps before falling back to that base value,...

While the terms "widgets" and "controls" are somehow interchangeable "widget" usually ends in more intuitive class names ( QskInputWidget vs QskInputControl ) and avoids clashes with other terminologies ( f.e...

Framework

For pressed, we want to make use of the auto repeat feature, in contrast to the clicked case.

Relates to #309 ![image](https://user-images.githubusercontent.com/111582062/235101357-cc46085f-3736-4ea9-964f-a62c46859b7d.png) # Tree View - [ ] use existing scene graph node recycling - [ ] at least one row can be selected - [ ] alternating...

Control

# Userstory As a user I want to see parent/child related items in a tree view. Children should therefore be indented relative to its parent. # Features - Row Styling...

new control

Instead of storing 3 different hints ( TextColor/StyleColor/LinkColor ) we can store them in one hint as QskTextColors

Framework

Not all Subcontrols are "rectangular" ( f.e arcs ) and the bounding rectangle might be not accurate enough for handling pointer/hover events. Might be better to use return a QPainterPath...

Framework

For applications using qmake we should offer a qskinny.prf file