From c794c91a4f265560c1cc58731300f36d7bfb957e Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 13 Oct 2018 05:17:54 +0200 Subject: Turn the result Label into QTextEdit QTextEdit scrolls automatically, and doesn't resize beyond the screen, so it's the proper choice. Also make it readonly. --- copydialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'copydialog.h') diff --git a/copydialog.h b/copydialog.h index 0eed637..10d46b9 100644 --- a/copydialog.h +++ b/copydialog.h @@ -4,7 +4,7 @@ #include class QLineEdit; -class QLabel; +class QTextEdit; class CopyDialog : public QDialog { public: @@ -27,7 +27,7 @@ class CopyDialog : public QDialog { QLineEdit *mSrcE; QLineEdit *mDstE; QLineEdit *mFolderE; - QLabel *mResultL; + QTextEdit *mResultTE; QStringList mSources; }; -- cgit v1.2.3-70-g09d2