diff options
author | Arno <arno@disconnect.de> | 2018-04-03 05:59:38 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-04-03 05:59:38 +0200 |
commit | eb9ed351b179802e3cfc21ccb3311077965d6541 (patch) | |
tree | 1d101c863d54502677936617274dd5a18facd15a /fswidget.h | |
parent | 71bbe75e92fc76619d2e2f60c05d94ebff3439bf (diff) | |
download | SheMov-eb9ed351b179802e3cfc21ccb3311077965d6541.tar.gz SheMov-eb9ed351b179802e3cfc21ccb3311077965d6541.tar.bz2 SheMov-eb9ed351b179802e3cfc21ccb3311077965d6541.zip |
FSWidget: Update status bar
Show count, size and duration.
Diffstat (limited to 'fswidget.h')
-rw-r--r-- | fswidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,9 +43,11 @@ class FSWidget : public QWidget { void preview(); void playSelected(int count, QString player); void selectFilter(); + void calculateSelectionChanged(); signals: void message(QString msg); + void selectionChanged(int count, qint64 size, qint64 duration); private: void setupWidget(); |