monitor.cpp
changeset 4 fdf04a93faeb
parent 0 826dd5531eb0
child 7 f23b595e590e
equal deleted inserted replaced
3:724e07a9f155 4:fdf04a93faeb
    47 
    47 
    48     textEdit->insertHtml (HTML_MESSAGE);
    48     textEdit->insertHtml (HTML_MESSAGE);
    49 
    49 
    50     try {
    50     try {
    51         reader = new readerThread (this);
    51         reader = new readerThread (this);
    52     }
    52     } catch (std::exception const &e) {
    53     catch (std::exception const &e) {
       
    54         textEdit->append (e.what ());
    53         textEdit->append (e.what ());
    55         reader = NULL;
    54         reader = NULL;
    56     }
    55     }
    57 
    56 
    58     connect (pushButton1, SIGNAL (clicked ()), this, SLOT (startCapture ()));
    57     connect (pushButton1, SIGNAL (clicked ()), this, SLOT (startCapture ()));