Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PyQt5 Music Player
#21
You can also remove the duration slider, because without seek it is practically useless.
Reply
#22
For now I used self.setMinimumSize(1000, 740,) to prevent shrinking of the window. I am researching window resize emit signal but, not having much luck. As for the slider, I just like the animation effect. Looking for something else to place there. Maybe something like an equalizer effect.
I welcome all feedback.
The only dumb question, is one that doesn't get asked.
My Github
How to post code using bbtags


Reply
#23
An audio player should have a seek function.
I gave you an example above how you can use the slider for both (position and seek) at the same time. Post #14

The box for the cover picture must be adjusted in the layout so that it is adjusted when the window size is reduced / enlarged.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Basic Music Player with tkinter menator01 4 4,654 Jul-31-2021, 04:27 AM
Last Post: ndc85430

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020