QString() : annotations[0].annotations().front();
}
-void DecodeTrace::hide_hover_annotation()
-{
- QToolTip::hideText();
-}
-
void DecodeTrace::hover_point_changed()
{
assert(owner_);
assert(view);
if (!row_height_ || ann.isEmpty()) {
- hide_hover_annotation();
+ QToolTip::hideText();
return;
}
const QString get_annotation_at_point(const QPoint &point);
- void hide_hover_annotation();
-
void create_decoder_form(int index,
std::shared_ptr<pv::data::decode::Decoder> &dec,
QWidget *parent, QFormLayout *form);