connect(&_view, SIGNAL(signals_moved()),
this, SLOT(on_signals_moved()));
+
+ // Trigger the initial event manually. The default device has signals
+ // which were created before this object came into being
+ on_signals_changed();
}
QSize Header::sizeHint() const
_ruler->installEventFilter(this);
_header->installEventFilter(this);
+ // Trigger the initial event manually. The default device has signals
+ // which were created before this object came into being
signals_changed();
}
connect(&_view, SIGNAL(signals_moved()),
this, SLOT(on_signals_moved()));
+
+ // Trigger the initial event manually. The default device has signals
+ // which were created before this object came into being
+ on_signals_changed();
}
int Viewport::get_total_height() const