diff options
author | Javier <dev.git@javispedro.com> | 2015-06-13 04:24:21 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-13 04:24:21 +0200 |
commit | 41f9a9b0563c3bd523bd534b854e50161a2626b3 (patch) | |
tree | 8c30aacdb80e26fd4202d345b30cab84ba437437 /mainwindow.ui | |
parent | 6cb50e66f3c196a2a4bcc95a419260d6b8c2461f (diff) | |
download | scribiu-41f9a9b0563c3bd523bd534b854e50161a2626b3.tar.gz scribiu-41f9a9b0563c3bd523bd534b854e50161a2626b3.zip |
continue with paperreplay loading changes
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> |