]> sigrok.org Git - pulseview.git/blobdiff - pv/mainwindow.hpp
MainWindow: Hide the main menu unless Altt is pressed
[pulseview.git] / pv / mainwindow.hpp
index 2e6e55c1d1dee53bbb12c796bbd3d6c28a1e7046..c0717e4fc3fb94b929958f2eb108bc35725aceb3 100644 (file)
@@ -104,10 +104,13 @@ private:
        /**
         * Updates the device list in the toolbar
         */
        /**
         * Updates the device list in the toolbar
         */
-       void update_device_list();
+       void update_device_list();      
 
 
+private:
        void closeEvent(QCloseEvent *event);
 
        void closeEvent(QCloseEvent *event);
 
+       void keyReleaseEvent(QKeyEvent *event);
+
 private Q_SLOTS:
        void load_file(QString file_name);
 
 private Q_SLOTS:
        void load_file(QString file_name);