diff options
Diffstat (limited to 'mainwindow.ui')
-rw-r--r-- | mainwindow.ui | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index dceeadc..ac3dce3 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -192,6 +192,36 @@ </property> </widget> </item> + <item> + <layout class="QHBoxLayout" name="paperReplayTools"> + <item> + <widget class="QToolButton" name="playButton"> + <property name="maximumSize"> + <size> + <width>30</width> + <height>30</height> + </size> + </property> + <property name="text"> + <string>...</string> + </property> + <property name="icon"> + <iconset theme="media-playback-start"/> + </property> + </widget> + </item> + <item> + <widget class="QSlider" name="replaySlider"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="replayLabel"/> + </item> + </layout> + </item> </layout> </widget> </widget> |