Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tbertels
Copy link
Member

  • Implement audio balance setting
  • Add live preview for audio balance setting
  • Add tooltip to volume setting

@tbertels
Copy link
Member Author

Here's what it looks like with the Plasma Brise theme as a QScrollBar:

image

It can be changed to QSlider but then there's a color that shows the "increase":

image

It can be hidden with a stylesheet, but then it won't follow the theme (except for dark/light).
Here are examples:

image

image

@cmdrkotori cmdrkotori merged commit c873bbd into mpc-qt:master Oct 12, 2024
2 checks passed
@cmdrkotori
Copy link
Member

The logical conclusion here is a custom widget. In a pinch we could subclass the MediaSlider/DrawnSlider widget, with custom ticks at every 10%, perhaps with extra code to snap the selected value to the nearest 1%.

But for now a scrollbar will do. I tested this and it works a treat.

@tbertels tbertels deleted the audio_settings branch October 14, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants