From fb9211b523762309c0673e5c1a971c09d3413c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 26 May 2011 08:39:15 +0000 Subject: [PATCH] added missing files; refs #48 --- swisssurfer/src/errorlog.hxx | 24 +++++++++++++ swisssurfer/src/errorlog.ui | 67 ++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 swisssurfer/src/errorlog.hxx create mode 100644 swisssurfer/src/errorlog.ui diff --git a/swisssurfer/src/errorlog.hxx b/swisssurfer/src/errorlog.hxx new file mode 100644 index 0000000..d52ae1d --- /dev/null +++ b/swisssurfer/src/errorlog.hxx @@ -0,0 +1,24 @@ +/*! @file + + @id $Id$ +*/ +// 1 2 3 4 5 6 7 8 +// 45678901234567890123456789012345678901234567890123456789012345678901234567890 + +#ifndef ERRORLOG_HXX +#define ERRORLOG_HXX + +#include +#include + +class ErrorLog: public QDialog, protected Ui::ErrorLog { + public: + ErrorLog(QWidget* p): QDialog(p) { + setupUi(this); + } + void append(QString text) { + _errors->append(text); + } +}; + +#endif diff --git a/swisssurfer/src/errorlog.ui b/swisssurfer/src/errorlog.ui new file mode 100644 index 0000000..e9f13f6 --- /dev/null +++ b/swisssurfer/src/errorlog.ui @@ -0,0 +1,67 @@ + + + ErrorLog + + + + 0 + 0 + 534 + 353 + + + + Error Log + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Close + + + + + + + + + buttonBox + accepted() + ErrorLog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + ErrorLog + reject() + + + 316 + 260 + + + 286 + 274 + + + + +