forked from Wobbl/Wobuzz
Added opening of files via command line and added simple controls.
This commit is contained in:
parent
d089a57151
commit
ce254c8b54
6 changed files with 135 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue