Added opening of files via command line and added simple controls.

This commit is contained in:
The Wobbler 2024-12-21 16:07:27 +01:00
parent d089a57151
commit ce254c8b54
6 changed files with 135 additions and 4 deletions

View file

@ -27,6 +27,6 @@ class TrackControl(QToolBar):
self.play_position_slider = QSlider(Qt.Orientation.Horizontal, self)
self.addWidget(self.play_position_slider)
self.track_length_indicator = QLabel("1:00")
self.track_length_indicator = QLabel("0:00")
self.addWidget(self.track_length_indicator)