From bed21d975fd36338d9d84be1306dd4720ef8c632 Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 11 Nov 2016 05:53:30 +0100 Subject: Implement GUI elements for playing movies RotzPeng! He who doeth not find the button of his choice is not worthy! --- randomtab.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'randomtab.h') diff --git a/randomtab.h b/randomtab.h index a4917a0..a66ee10 100644 --- a/randomtab.h +++ b/randomtab.h @@ -33,6 +33,8 @@ class RandomTab : public QWidget { void clearAll(); void refreshComboboxes(); void select(); + void playAll(); + void playSelected(); void logMessage(const QString &msg); private: @@ -52,6 +54,8 @@ class RandomTab : public QWidget { QPushButton *mSelect; QPushButton *mClear; QPushButton *mRefresh; + QPushButton *mPlaySelected; + QPushButton *mPlayAll; QTreeView *mFileView; QTextEdit *mLog; QStandardItemModel *mFileModel; -- cgit v1.2.3-70-g09d2