| 32 | } |
| 33 | |
| 34 | SequenceVisualizer::~SequenceVisualizer() |
| 35 | { |
| 36 | channel_->deleteLater(); |
| 37 | view_->close(); |
| 38 | view_->deleteLater(); |
| 39 | delete ui_; |
| 40 | deleteLater(); |
| 41 | } |
| 42 | |
| 43 | // Get protein and peptide data from the protein table and store inside the m_json_data_obj_ object. |
| 44 | // Inside the HTML file, this QObject will be available and we'll access these protein and |