Python Forum
GUI programming PyQt 5 + Qt Designer
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GUI programming PyQt 5 + Qt Designer
#9
The game should play music from a playlist. I would have a file with the track file names. Either play tracks to completion or associate a track with a level in the game.

Independently you could write a small app to create the playlist. The playlist editor can be as simple as a list and a couple of buttons. The list displays the playlist files. The buttons delete a track from the list or insert a new track. The insert button draws a file selector dialog for selecting the new track file. For something like this I would use tkinter instead of qt. No need to install packages. No need to worry about what version of qt. A file browser type interface will let you user select any music they want from files already on their computer.
menator01 likes this post
Reply


Messages In This Thread
GUI programming PyQt 5 + Qt Designer - by flash77 - Mar-12-2022, 12:33 PM
RE: GUI programming PyQt 5 + Qt Designer - by deanhystad - Mar-15-2022, 03:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  QT Designer Krissstian 4 1,846 May-26-2022, 09:45 AM
Last Post: Krissstian
  Qt Designer : help document viewer error. davediamond 2 1,687 Apr-14-2022, 10:38 AM
Last Post: davediamond
  [PyQt] QT5 Designer Drawing greenhorn1 1 2,661 Dec-30-2021, 05:12 PM
Last Post: deanhystad
  Installed Designer - Helpf Files for "assistant" are missing Valmont 0 2,062 Mar-22-2021, 11:09 AM
Last Post: Valmont
  Using a GUI Designer vs. hard coding 357mag 9 6,303 Feb-21-2021, 06:43 PM
Last Post: kkaur
  Attempting to use Qt Designer. thewolf 17 6,403 Feb-17-2021, 12:03 AM
Last Post: thewolf
  [PyGUI] help code python QT Designer yan_mhb 0 1,985 Aug-12-2020, 09:32 AM
Last Post: yan_mhb
  [Kivy] Kivy Designer Module Error SARAVANAN_M 0 3,939 Nov-20-2019, 09:57 AM
Last Post: SARAVANAN_M
  [PyQt] Send data between windows Pyqt5 and Qt Designer kkonrad002 8 10,458 Sep-05-2019, 02:25 PM
Last Post: Denni
  [PyQt] Qt Designer - Making a Font with a border jimmyvegas29 4 7,737 Feb-19-2019, 11:08 PM
Last Post: jimmyvegas29

Forum Jump:

User Panel Messages

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