Rick Vogel

Results 11 issues of Rick Vogel

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

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

![image](https://github.com/uwerat/qskinny/assets/111582062/acb58c49-9e9c-47f0-ae9f-64a09ae9f042) ![image](https://github.com/uwerat/qskinny/assets/111582062/de422cd5-a910-40a5-9787-0ec9b90ff7d2) # System Win11 64 Bit ![image](https://github.com/uwerat/qskinny/assets/111582062/eceacf81-92ca-4490-bafd-6cea284fbddd)

# What The ownership of QSkinny must be documented since it is a huge source of crashes / leaks if done incorrectly. - [ ] add documentation for all `QskSkinlet::updateBoxNode`...

documentation

I had to fix this issues multiple times now, maybe we could add a "QSG/QSK Nodes Dos and Donts" or "QSG/QSK Nodes pitfalls" documentation # Do NOT attach QSG nodes...

documentation

# Requirements - Major, medium and minor tickmarks must be styleable - either by size in pixel or in % - Tickmarks can be layouted as a circle or ellipse...

Framework

![image](https://github.com/uwerat/qskinny/assets/111582062/487fd9ca-c76e-4e5c-8ed0-37fb8711cbee) - provide fine granularity for rotating individual layers

new control

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

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