]> sigrok.org Git - pulseview.git/blobdiff - pv/samplingbar.h
Added empty HwCap dialog
[pulseview.git] / pv / samplingbar.h
index 170379e0ce37c4b957f7ad75f239a96cd9abc282..a9ceb6bd96af85e7e5ffb7c4c38303b7e1647e74 100644 (file)
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-#ifndef SAMPLINGBAR_H
-#define SAMPLINGBAR_H
+#ifndef PULSEVIEW_PV_SAMPLINGBAR_H
+#define PULSEVIEW_PV_SAMPLINGBAR_H
 
 #include <stdint.h>
 
@@ -46,6 +46,8 @@ public:
        uint64_t get_record_length() const;
        uint64_t get_sample_rate() const;
 
+       void set_sampling(bool sampling);
+
 signals:
        void run_stop();
 
@@ -55,9 +57,11 @@ private:
 
 private slots:
        void on_device_selected();
+       void configure();
 
 private:
        QComboBox _device_selector;
+       QToolButton _configure_button;
 
        QComboBox _record_length_selector;
 
@@ -71,4 +75,4 @@ private:
 
 } // namespace pv
 
-#endif // SAMPLINGBAR_H
+#endif // PULSEVIEW_PV_SAMPLINGBAR_H