From 22beed76086b95df2dbc9c7633dc1f57eba4b736 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Sat, 7 Aug 2021 01:02:22 +0200 Subject: [PATCH] fix broken link (#18) --- docs/sliders.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/sliders.md b/docs/sliders.md index 1cdb067..f8f01ab 100644 --- a/docs/sliders.md +++ b/docs/sliders.md @@ -95,8 +95,7 @@ then you can also target it directly in your style sheet. The one "special" property for QRangeSlider is `qproperty-barColor`, which sets the color of the bar between the handles. -> The code for these example widgets is [here](examples/demo_widget.py) - +> The code for these example widgets is [here](../examples/demo_widget.py)
See style sheet used for this example