forked from Wobbl/Wobuzz
Connected PlaylistView.itemDoubleClicked to a function that then tells the player to play that track.
This commit is contained in:
parent
8fbb40d2f9
commit
da27963884
5 changed files with 34 additions and 6 deletions
|
@ -10,7 +10,7 @@ class MainWindow(QMainWindow):
|
|||
def __init__(self, parent=None):
|
||||
super().__init__(parent)
|
||||
|
||||
self.setWindowTitle("WoBuzz")
|
||||
self.setWindowTitle("Wobuzz")
|
||||
|
||||
self.menu_bar = self.menuBar()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue