diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-23 17:06:47 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-23 17:06:47 -0500 |
commit | 266db74b8e7abe93aed3c78f5eea15c768d6f202 (patch) | |
tree | bbb8659881fb46258ba1c8f1e56f64fd0807f577 | |
parent | 24f225d70ca61817976ec581a83beb29dbbedc87 (diff) | |
download | hypervideo-gui-266db74b8e7abe93aed3c78f5eea15c768d6f202.tar.lz hypervideo-gui-266db74b8e7abe93aed3c78f5eea15c768d6f202.tar.xz hypervideo-gui-266db74b8e7abe93aed3c78f5eea15c768d6f202.zip |
improve visualization
-rw-r--r-- | hypervideo_gui/main_ui.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index 378699c..9eba119 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -476,7 +476,8 @@ border: 1px solid gray; text-align: top; padding: 1px; border-radius: 3px; -background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, +background: QLinearGradient( +x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #fff, stop: 0.4999 #eee, stop: 0.5 #ddd, @@ -485,7 +486,8 @@ width: 15px; } QProgressBar::chunk:horizontal { -background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, +background: QLinearGradient( +x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #5baaf5, stop: 0.4999 #4ba6f5, stop: 0.5 #3ba6f5, |