From 6010e69aa3ac3e94c0fabf16a28e682e35a07a68 Mon Sep 17 00:00:00 2001 From: Rainer Keller Date: Thu, 13 Nov 2014 15:47:11 +0100 Subject: b2qt-flashing-wizard: Make all buttons functional Change-Id: Ie2cc222f689a937f1f175fd678d7ae441273171e Reviewed-by: Rainer Keller --- src/b2qt-flashing-wizard/progress_page.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/b2qt-flashing-wizard/progress_page.h') diff --git a/src/b2qt-flashing-wizard/progress_page.h b/src/b2qt-flashing-wizard/progress_page.h index d0a3b79..3169e3f 100644 --- a/src/b2qt-flashing-wizard/progress_page.h +++ b/src/b2qt-flashing-wizard/progress_page.h @@ -24,6 +24,7 @@ class QLabel; class Actor; class QTextEdit; +class QPushButton; class ProgressPage : public QWizardPage { @@ -39,12 +40,16 @@ public slots: void progress(const QString &step); void finished(); void addDetails(QByteArray newData); + void toggleDetails(); + void copyDetailsToClipboard(); private: QLabel *mProgress; Actor *mActor; bool mFinished; QTextEdit *mTextEdit; + QPushButton *mToggleDetailsButton; + QPushButton *mCopyToClipboardButton; }; #endif // PROGRESS_PAGE_H -- cgit v1.2.3