diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2021-12-27 21:01:58 +0100 |
---|---|---|
committer | Eddy Pedroni <eddy@0xf7.com> | 2021-12-27 21:01:58 +0100 |
commit | c2017d9599e413e13967b0a6268d92e19451249a (patch) | |
tree | eba73a86704d9a83f90f18c683720a811e06d3a7 /mainwindow.ui | |
parent | f52e40f899567d5d67a4cb2dcd75872ee038aaf8 (diff) |
Added playback speed slider
Diffstat (limited to 'mainwindow.ui')
-rw-r--r-- | mainwindow.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index 771d66d..236460f 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -114,6 +114,13 @@ </property> </widget> </item> + <item row="12" column="1"> + <widget class="QSlider" name="rateSlider"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> </layout> </item> </layout> |