Uwe Rathmann
5aa46b3ccc
Qt::ColorScheme handling added to QskSkin - no more multiple skins for
...
dark/light.
2024-01-30 14:52:40 +01:00
Uwe Rathmann
9ca02d7f1c
moving away from std::unordered_map towards QHash. For transitions between
...
color schemes we need to copy out hash tables, what is way much easier
with the COW concept of the Qt containers. Also: according to
https://tessil.github.io/2016/08/29/benchmark-hopscotch-map.html QHash
seems to be faster in the most relevant category "Random full reads: execution time (integers)"
2024-01-30 13:04:38 +01:00
Uwe Rathmann
38e00addd6
code moved from QskSetup to QskSkinManager
2024-01-30 10:43:27 +01:00
Uwe Rathmann
511db2650e
copyright notice generalised
2024-01-17 14:31:45 +01:00
Uwe Rathmann
9e583166ff
BSD-3-Clause license
2023-04-06 09:23:37 +02:00
Uwe Rathmann
47fc994c70
example was broken with the different sorting of the skins. Solved by
...
unregistering the skin factory of the support lib
2022-08-29 10:28:38 +02:00
Uwe Rathmann
a676caf994
support lib reorganized
2022-04-01 13:56:16 +02:00
Uwe Rathmann
a8b176aa71
QskSkinTransition pimpled
2022-03-24 11:17:03 +01:00
Uwe Rathmann
2201c80d09
implementation improved
2021-12-27 18:47:46 +01:00
Uwe Rathmann
5cb33ad79b
renamed to QskQuickItem::UpdateFlags
2021-02-09 08:13:20 +01:00
Uwe Rathmann
6a588dc95a
moving alignment/retainSizeWhenHidden from layouts to QskControl
2019-09-05 10:46:42 +02:00
Uwe Rathmann
0fd8d76a2b
code cleanup
2019-02-28 08:20:02 +01:00
Uwe Rathmann
4e00c73f92
example improved
2019-02-27 06:17:10 +01:00
Uwe
f0ad71fb7c
making buttons resizable
2019-02-26 22:13:43 +01:00
Uwe Rathmann
2b789b157b
mycontrols example added
2019-02-26 21:52:02 +01:00