X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fheader.h;h=5474f10eb48bcac2461f8d58546605e86d409173;hb=dd048a7ec035447c051c7937ce04aca5be065b4e;hp=024227820b6635008216b38b290ec230fce528d8;hpb=728fcafc9897d3ffb4a109b6248d88b0945128f5;p=pulseview.git diff --git a/pv/view/header.h b/pv/view/header.h index 02422782..5474f10e 100644 --- a/pv/view/header.h +++ b/pv/view/header.h @@ -39,9 +39,14 @@ class Header : public MarginWidget { Q_OBJECT +private: + static const int Padding; + public: Header(View &parent); + QSize sizeHint() const; + private: boost::shared_ptr get_mouse_over_trace( const QPoint &pt); @@ -62,11 +67,15 @@ private: void contextMenuEvent(QContextMenuEvent *event); + void keyPressEvent(QKeyEvent *e); + private slots: void on_signals_changed(); void on_signals_moved(); + void on_trace_text_changed(); + signals: void signals_moved();