Uwe Rathmann
35c1aa1c1b
Qt 6.2 workarounds
2021-09-21 10:28:13 +02:00
Uwe Rathmann
c909ee585d
Qt 6.2 adjustments
2021-09-21 08:51:01 +02:00
Uwe Rathmann
309f9359d4
broken code removed from default build
2021-09-21 08:50:23 +02:00
Uwe Rathmann
488cac3e6f
shadows does not yet build with qt >= 6
2021-09-19 20:10:40 +02:00
Uwe Rathmann
e675b2c4c2
making QskBoxBorderMetrics a Q_GADGET
2021-09-18 15:01:04 +02:00
Uwe Rathmann
5dafe78fa0
making QskShadowMetrics a Q_GADGET
2021-09-18 14:54:25 +02:00
Uwe Rathmann
3e263598c8
playing with shadows
2021-09-18 14:48:25 +02:00
Uwe Rathmann
a2475abbe6
typo fixed
2021-09-18 14:06:31 +02:00
Uwe Rathmann
2ad305edb1
QskSkinnable::setSkinStates cleanup
2021-09-17 16:32:01 +02:00
Uwe Rathmann
fd0fd39a26
using clearState instead of clearStates
2021-09-17 14:49:42 +02:00
Uwe Rathmann
b2e9627d43
using QskGradientStops
2021-09-17 13:47:43 +02:00
Uwe Rathmann
3d24f586b5
moc include added
2021-09-17 13:36:06 +02:00
Uwe Rathmann
2b26399fa6
QskGradientStops added
2021-09-17 13:35:47 +02:00
Uwe Rathmann
b7c1f63b15
QskGradientStops introduced
2021-09-17 13:35:11 +02:00
Uwe Rathmann
97f0b86004
code moved to QskGradientStop.[h|cpp]
2021-09-16 10:01:53 +02:00
Uwe Rathmann
cedff456d4
QskCorner removed - using QskBoxShapeMetrics instead
2021-09-15 17:54:44 +02:00
Uwe Rathmann
96df46c952
pointless forward declaraton removed
2021-09-15 14:06:12 +02:00
Uwe Rathmann
b950b77dc2
missing noexcept keywords added
2021-09-15 13:46:02 +02:00
Uwe Rathmann
8dc1165ca5
missing noexcept keywords added
2021-09-15 13:45:26 +02:00
Uwe Rathmann
41cba80f61
pointless initialization removed
2021-09-14 13:27:22 +02:00
Uwe Rathmann
68a166306f
using QDataStream::Qt_5_6
2021-09-14 13:25:11 +02:00
Uwe Rathmann
139f40067b
QskAspect::States introduced to be more accurate about state vs. states
2021-09-14 13:05:56 +02:00
Uwe Rathmann
52e917ec2f
each window might have its own skin
2021-09-09 07:53:35 +02:00
Uwe Rathmann
e53cc00262
missing parameter fixed
2021-09-04 17:11:59 +02:00
Uwe Rathmann
e5c6adee2a
QskSkinHintTableEditor API simplified
2021-09-04 16:48:02 +02:00
Uwe Rathmann
dd7c08ae40
QskSkinHintTableEditor extended
2021-09-03 06:51:50 +02:00
Uwe Rathmann
ef529b0b0a
Metric/Color fixed
2021-09-02 17:06:16 +02:00
Uwe Rathmann
7fe1d7e901
state explicitely casted to quint16
2021-09-02 13:12:29 +02:00
Uwe Rathmann
67fdcff6b9
mehods renamed to setXYZForAllStateCombinations
2021-09-02 08:11:53 +02:00
Uwe Rathmann
6afbcc7d42
setting states without clearing others
2021-09-01 08:34:59 +02:00
Uwe Rathmann
2a46ae1475
methods for setting hints for state combinations added
2021-08-31 17:59:00 +02:00
Uwe Rathmann
53e068afc0
QskSkinnable::hasSkinState added
2021-08-30 15:30:41 +02:00
Uwe Rathmann
24a9963550
memory leak fixed
2021-08-30 12:39:16 +02:00
Uwe Rathmann
9ccf0020da
minor adjustments
2021-08-27 09:45:24 +02:00
Clemens Manert
b7e2fda578
Add ripple to SwitchButton ( #123 )
2021-08-27 09:09:10 +02:00
Uwe Rathmann
dc17f1f3ef
GraphicProvider added
2021-08-26 17:02:31 +02:00
Uwe Rathmann
9b932a1a96
using QskGraphiclabel::panel
2021-08-26 15:24:13 +02:00
Uwe Rathmann
2a04e0613e
QskGraphicLabel::panel property added
2021-08-26 15:17:41 +02:00
Uwe Rathmann
c62d85cda8
leftover code removed
2021-08-25 15:46:08 +02:00
Uwe Rathmann
a6782f4dd9
uncrustified
2021-08-24 14:38:03 +02:00
Peter Hartmann
0cf585404f
Iot dashboard: Make circular progress bar a QskControl ( #124 )
...
* IOT example, circular progress bar: Use a pen instead of a brush
That way we don't have to draw two circles, and we can in addition
use a conical gradient.
* IOT example: Make circular progress bar a QskControl
... and internally use a QskPaintedNode for now. By doing this we
already have the API ready (similar to QskProgressBar) and can
swap the QskPaintedNode with an arc renderer at a later point in
time.
2021-08-24 08:46:26 +02:00
Uwe Rathmann
416cafd9b0
using flat caps
2021-08-06 14:39:40 +02:00
Uwe Rathmann
f2ef00c2f9
alternative implemenation showing using a different type of gradient
2021-08-06 14:23:52 +02:00
Uwe Rathmann
4dbb19564c
missing const qualifier added
2021-08-06 14:22:50 +02:00
Uwe Rathmann
2265edab87
older gcc verion need override final
2021-08-06 09:52:12 +02:00
Uwe Rathmann
4029f95a4d
don't call effectiveSubcontrol from substitutedSubcontrol
2021-08-05 15:31:00 +02:00
Uwe Rathmann
40b236fcdb
substitutedSubcontrol is protected
2021-08-05 15:30:27 +02:00
Uwe Rathmann
f25061fc96
layout code improved
2021-08-05 11:06:48 +02:00
Uwe Rathmann
1361629067
yet another QskControl::setMargins overload
2021-08-05 11:06:14 +02:00
Uwe Rathmann
e83c03014b
using subControl proxies + other improvements
2021-08-04 18:55:18 +02:00