| 119 | } |
| 120 | |
| 121 | void DsoMeasure::set_measure(bool en) |
| 122 | { |
| 123 | (void)en; |
| 124 | QCheckBox* sc=dynamic_cast<QCheckBox*>(sender()); |
| 125 | if(sc != NULL) { |
| 126 | QVariant id = sc->property("id"); |
| 127 | } |
| 128 | } |
| 129 | |
| 130 | QString DsoMeasure::get_ms_icon(int ms_type) |
| 131 | { |