X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.h;h=d5ac35ee92c68fc92dcf14651efa91167702a6d9;hb=269528f55e7fd77f762c2008d257921cd30e1519;hp=88f62729e644931a3ee5a1291011901d6f34c5db;hpb=ced1cc130c182a605afa4832b32f92b76ca02d76;p=pulseview.git diff --git a/pv/mainwindow.h b/pv/mainwindow.h index 88f6272..d5ac35e 100644 --- a/pv/mainwindow.h +++ b/pv/mainwindow.h @@ -29,6 +29,8 @@ #include "sigsession.h" +struct srd_decoder; + class QVBoxLayout; namespace pv { @@ -71,8 +73,6 @@ private: void update_device_list( struct sr_dev_inst *selected_device = NULL); - static gint decoder_name_cmp(gconstpointer a, gconstpointer b); - private slots: void load_file(QString file_name); @@ -89,6 +89,10 @@ private slots: void on_actionViewZoomOut_triggered(); + void on_actionViewZoomFit_triggered(); + + void on_actionViewZoomOneToOne_triggered(); + void on_actionViewShowCursors_triggered(); void on_actionAbout_triggered();